Help for this page

Select Code to Download


  1. or download this
    my %hash = (a => 1, b => 2);
    mysub(\%hash);
    ...
    my $h = shift;
    delete $h->{'b'};
    }
    
  2. or download this
    $VAR1 = {
              'a' => 1
            };