Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    );
    
    print Dumper(\%h);
    
  2. or download this
    Overwriting hash key 'one', old value: '1', new value: '3' at tie.pl l
    +ine 29
    $VAR1 = {
              'one' => 3,
              'two' => 2
            };