Help for this page

Select Code to Download


  1. or download this
    if( /^(\S+)$/)
       {print OFILE"$1\n\n"}
    
  2. or download this
        # this may help
        while (my $line = <FILE>) {
    ...
       }
       close FILE;
       close OFILE;