Help for this page

Select Code to Download


  1. or download this
    my $hash = shift;
    
  2. or download this
    $hash = {a => "alpha"};
    
  3. or download this
    %{ $hash } = ( a => 'alpha', b => 'beta' );