Help for this page

Select Code to Download


  1. or download this
    my %hash = ( jim => 'fred', babs => 'buster' );
    my $href = \%hash;
    print $$href{jim}, "\n";