blob: a329e896e3bb9349445ee30b4770431b68991e29 (
plain)
1
2
3
4
|
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.
|