Help for this page

Select Code to Download


  1. or download this
    my %hash;
    for($i=0;$i<=$#arr0;$i++)
    ...
    #print $#arr1;
       $hash{$arr1[0]} = $arr1[1];
    }
    
  2. or download this
    
    
    ...
    
    close(OUT);