in reply to
Re^2: seek() functionality on pipes
in thread
seek() functionality on pipes
Reasonable. Although note that
IO::Uncompress::AnyInflate
supports zip and gzip, so you might be able to use that for those formats if it seeks faster, and fall back to a pipe/pseek solution for bzip2.
Mike
Comment on
Re^3: seek() functionality on pipes
In Section
Seekers of Perl Wisdom