Help for this page

Select Code to Download


  1. or download this
    foreach my $alias (keys %hash3) {
        print "The members of $alias are\n";
    ...
            print "\t$_\n";
        }
    }
    
  2. or download this
    print $hash3{$hashKey}->[$arrayIndex];