Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print Dumper (\%hash);
    print Dumper (\%rhash);
    
  2. or download this
    $VAR1 = '%hash';
    $VAR2 = {
    ...
              '1' => 40,
              '2' => 60
            };