Help for this page

Select Code to Download


  1. or download this
    my $hash = {};
    
    ...
    
        print Dumper( $hash );
    }
    
  2. or download this
    {
      'a' => 'alpha',
      'b' => 'beta'
    }
    {}
    
  3. or download this
    do_something_else( $hash );
    print Dumper( $hash );
    ...
    
        print Dumper( $hash );
    }
    
  4. or download this
    {
      'd' => 'delta',
    ...
      'd' => 'delta',
      'g' => 'gamma'
    }