Help for this page

Select Code to Download


  1. or download this
    ...
     while($line = <$IFH> ){
    ...
         if(not($line eq "")) { ##### why does $line equal "" ?
           my @tmp = split(//,$line);
    ...