GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Perl::Critic::Policy::Bangs::ProhibitBitwiseOperators(3) User Contributed Perl Documentation Perl::Critic::Policy::Bangs::ProhibitBitwiseOperators(3)

Perl::Critic::Policy::Bangs::ProhibitBitwiseOperators - Bitwise operators are usually accidentally used instead of logical boolean operators.

This Policy is part of the Perl::Critic::Bangs distribution.

Bitwise operators are usually accidentally used instead of logical boolean operators. Instead of writing "$a || $b", people will often write "$a | $b", which is not correct.

This policy cannot be configured.

Mike O'Regan <moregan@stresscafe.com>

Copyright (C) 2006-2011 Andy Lester and Mike O'Regan

This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.

2011-06-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.