in reply to Re: PerlIO::gzip or PerlIO::via::gzip
in thread PerlIO::gzip or PerlIO::via::gzip

Thanks for pointing this out. I first learned about PerlIO::gzip years ago (early days of perl 5.8), and wasn't aware of PerlIO::via:gzip until now. (In general, I've used PerlIO::gzip as a convenience for reading compressed data -- not for writing -- and I've never seen any trouble, but given what the author said, it makes sense to switch.)
  • Comment on Re^2: PerlIO::gzip or PerlIO::via::gzip

Replies are listed 'Best First'.
Re^3: PerlIO::gzip or PerlIO::via::gzip
by Dave Howorth (Scribe) on Oct 19, 2010 at 16:22 UTC

    I too have used PerlIO::gzip for a number of years on many millions of files without ever seeing any sign of problems and none of the reported bugs affect me. But nobody has yet said that they've even used PerlIO::via::gzip, so my practical experience kind of balances out the author's noble warning, leaving me still uncertain.

    Does anybody know any more of the story here?