Help for this page
seek_line(FILE *f, long lineno) { ... // lines. fseek to the absolute position in file // for the desired line, and then return }
seek_line($fh, $line_no); # and then read as normal