anmol.itbhu has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I want to fetch few lines from the gzip file (of size 1 GB). since file contains lots of data so i have somehow found the start and end byte of the lines which i want to fetch from the file. please suggest how can i randomly access a gzip file when i know the start byte of the line to be fetched..
Is it possible through IO::Uncompress::Gunzip module?
Can it be done using file handling function like seek and tell?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Random accessing a gzip file
by grondilu (Friar) on Oct 17, 2012 at 01:05 UTC | |
by pmqs (Friar) on Oct 17, 2012 at 13:13 UTC |