Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    print "\nFirst nested hash address: $first{'foo'}\n";
    print "Second nexted hash address: $second{'foo'}\n";
    
  2. or download this
    First hash:
    $VAR1 = {
    ...
    
    First nested hash address: HASH(0x804ee40)
    Second nexted hash address: HASH(0x804ee40)