Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    print displayHash(\%hash1);
    print "hash2 after call\n";
    print displayHash(\%hash2);
    
  2. or download this
    hash1 before call
    y:2
    ...
    y:2
    hash2 after call
    y:2