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


in reply to Re: Reading nth line from a file
in thread Reading nth line from a file

Thanks for your reply.

But reading the whole file into an array may not be efficient. If the file size is too large, it will take so much memory i think.