Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        local $hash{foo} = 'bar';
        local @array;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        local @array;
        print Dumper(\%main::);
    }