Help for this page

Select Code to Download


  1. or download this
    my %h = (a,b,c,d);
    &func(\%h);
    ...
    {
       $_->{'e'} = 'f';
    }
    
  2. or download this
    key is c val is d
    key is a val is b