Help for this page

Select Code to Download


  1. or download this
    tail: bigfile.log: Invalid argument
    Assertion failed: valid_file_spec (f), file tail.c, line 700
    
  2. or download this
    open (FILE,"<bigfile.log");
    while ($line = <FILE>) {
    ...
    }
    close FILE;
    close SMALLERFILE;