blob: 8f0cfe8847763cc0bad8d7b6333bcd5b4889ce6c (
plain)
1
2
3
4
5
|
The IO::Zlib module provides a Perl IO:: style interface to the
Compress::Zlib package. The main advantage is that you can use an
IO::Zlib object in much the same way as an IO::File object, so you
can have common code that doesn't know which sort of file it is
using.
|