Help for this page

Select Code to Download


  1. or download this
    my %foo = ('a' => 1);
    my_sub(\%foo);
    ...
    
    print $foo{b};
    #prints '2'