Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $id = 24601;
    ...
          # do something subtle
       }
    }
    
  2. or download this
    BEGIN {
    my $id = 24601;
    ...
       print "ID number is ", get_id(), "\n";
       # .. still more code
    }