Help for this page

Select Code to Download


  1. or download this
    %hash1 = ('A' => 1);
    $href = \%hash1;
    ...
            print "Hash ref is for %",$name,"\n";
        }
    }