Help for this page

Select Code to Download


  1. or download this
    # Works on unix.
    # Works on Windows.
    ...
       if (/\x0D\x0A/) { die("DOS files not allowed\n"); }
       $total_lines++;
    }
    
  2. or download this
    # Works on unix.
    # Works on Windows.
    ...
          $total_lines++;
       }
    }