Help for this page

Select Code to Download


  1. or download this
     A "my" declares the listed variables to be local (lexically) to the e
    +nclosing block...
    
  2. or download this
    #!/usr/bin/env perl                                                   
    +                                                                     
    +    
    use strict;
    ...
    print $foo->{'PACKAGE'};
    print qq|\n\n|;
    print $bar->{'PACKAGE'};