Help for this page

Select Code to Download


  1. or download this
    my %hash = ( foo => 'baz' );
    print $hash{foo}.'\n';
    ...
       my $hash_ref = shift;
       $$hash_ref{foo}='bar';
    }