Help for this page

Select Code to Download


  1. or download this
    $array_length = @_;
    for($i=0;$i<$array_length;$i++){
    ...
      $hash {$_[$i]} = $_[$j];
      $i++;
    }
    
  2. or download this
    %hash=@_;