Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    );
    
    print Dumper($hashref);
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $hash{key2}{key2_2} =  $hashref->{key1}; #update!
    
    print Dumper($hashref);