Help for this page

Select Code to Download


  1. or download this
    while($line=<TRF>)
        {
    #          @line=split("\t",$trftable); # error 
              @line=split("\t",$line);
    
  2. or download this
    open MERGE,">","$folder/merge" 
            or die "Could not open $folder/merge : $!";