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


in reply to Re: Seeking through a large gzipped file
in thread Seeking through a large gzipped file

Actually, if we use zcat, then we have to read through the lines and you know what? This is faster than using Compress::Zlib's gzseek!!!