Help for this page

Select Code to Download


  1. or download this
    return %foo; # my %hash = sub(\%hash);
    return $foo; # my $hash_ref = sub(\%hash);
    
  2. or download this
    my %arg = @_;
    my $key;