Help for this page

Select Code to Download


  1. or download this
    my $hash = \%hash;
    say "5: %$hash";
    say "6: @hash{keys %hash}";
    say "7: @$hash{keys $hash}";
    
  2. or download this
    5: %HASH(0x1185900)
    6: Michelle Austin 22
    7: Michelle Austin 22