Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

What A Wonderful World: Bitmasks!

by Revelation (Deacon)
on Dec 08, 2002 at 07:07 UTC ( [id://218342]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub test_stuff {
    
    ...
            print "It's alive!";
        } elsif { etc... etc...}
    }
    
  2. or download this
        package main;
        use Rev::Bitmasks qw(ALIVE COOL SMURF MOOSE COW POW HOW BOW);
    ...
        sub HOW   () { 64; };
        sub BOW   () { 128; };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://218342]
Approved by mikeirw
Front-paged by data64
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-18 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found