Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print "IN SUB: " . $hash->{'a'}->{'status'} . "\n";
        return 0;
    }
    
  2. or download this
    $ ~/test.pl 
    BEFORE SUB: OK
    IN SUB: OK
    AFTER SUB: NOT OK