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; };