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