Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    $hash{one}->{key2} = 'value2';
    
    print Dumper(\%hash);
    
  2. or download this
    $hash{one}->{key1} = 'value1';
    $hash{one}{key1} = 'value1';