Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: How do I test if a bit has been set in a bitstring

by Athanasius (Archbishop)
on Apr 25, 2013 at 02:55 UTC ( [id://1030560]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    
    print "\nIn file '$filename', the FAVOURITE flag is ",
          ($favourite ? 'SET' : 'NOT SET'), "\n";
    
  2. or download this
    12:53 >perl 610_SoPW.pl
    
    In file 'mymessage.1004', the FAVOURITE flag is NOT SET
    
    12:57 >
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1030560]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 20:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found