Help for this page

Select Code to Download


  1. or download this
    $ perl -MData::Dumper -e 'sub t{ $_+=1 for @_}; my %h = (1 => 2, 3 => 
    +4); t(%h); print Dumper \%h'
    
  2. or download this
    $VAR1 = {
              '1' => 3,
              '3' => 5
            };
    
  3. or download this
    $VAR1 = {
              '2' => 3,
              '4' => 5
            };