Help for this page

Select Code to Download


  1. or download this
    package My_var;
    use strict;
    ...
            };
    
    1;
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    
    print "$My_var::test->{hash1}{paramA}\n";
    print Dumper( $My_var::test );
    
  3. or download this
    00
    $VAR1 = {
    ...
                           'paramA' => '00'
                         }
            };