http://www.perlmonks.org?node_id=865034


in reply to Re^2: Read Some lines in Tera byte file
in thread Read Some lines in Tera byte file

Already answered. Unless you happen to know the position at which the 100th line starts, you'll have to read from the start of the file. If you do, you can jump straight to that position using seek.
  • Comment on Re^3: Read Some lines in Tera byte file