Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      print "\nin sub: " . Dumper (\%hash);
      return {%hash};
    }
    
  2. or download this
    Original: $VAR1 = {
              'first' => '1',
    ...
              'first' => '1',
              'second' => '2'
            };