Help for this page

Select Code to Download


  1. or download this
    %hash = EXPR;
    
  2. or download this
    my @anon = LIST;
    %hash = ();
    ...
       my $v = shift(@anon);
       $hash{$k} = $v;
    }