Help for this page

Select Code to Download


  1. or download this
    while(my $l=<IN>){
    }
    
  2. or download this
    while(my $l=<IN>){
       my $id=substr($l,0, 33);
       $hash{$id}=1;
    }