Subject: | Configure Bangs::ProhibitBitwiseOperators |
Bangs::ProhibitBitwiseOperators is a bit too restrictive, there are times when bitwise operators are the right thing. Configuration falls along two lines: use as an argument to a core function and use with certain values.
Here's a short list of default exceptions.
As arguments to sysopen, chmod and fcntl.
When used with non-decimal constants such as $a = $perms | 0666;
Here's a short list of default exceptions.
As arguments to sysopen, chmod and fcntl.
When used with non-decimal constants such as $a = $perms | 0666;