blob: 79518b809084469ccedc681b3e54720aed3503e6 (
plain)
1
2
3
4
5
6
|
PerlIO::gzip provides a PerlIO layer that manipulates files in the
format used by the gzip program. Compression and decompression are
implemented, but not together. If you attempt to open a file for
reading and writing the open will fail.
WWW: https://metacpan.org/release/PerlIO-gzip
|