Help for this page

Select Code to Download


  1. or download this
    my %hash=(a=>1,b=>2);
    my $x=&foo(\%hash);
    ...
        $h->{c}=5;
        return 1;
        }