Help for this page

Select Code to Download


  1. or download this
    12    4433
    13    4433
    14    4476
    15    4477
    16    4477
    
  2. or download this
    while (chomp($input=$handle->getline))
     {
      @temp=split("\t",$input);
      $index[$temp[0]]=$temp[1];
     }