Help for this page

Select Code to Download


  1. or download this
    %h = (fred=>'bloggs', bill=>'stickers');
    $href = \%h;
    print %h;    # Gives fredbloggsbillstickers
    print $href; # Gives HASH(0xibc2d18)