Help for this page

Select Code to Download


  1. or download this
    %hash = ();
    {
    ...
            $hash { $keys [$c] } = $values [ $c ];
        }
    }
    
  2. or download this
    @hash { qw (a, b, c) } = 1..3;