mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
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.
|