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.
gzip の PerlIO レイヤ。I/O に対して作用する gzip フィルタとでも言えばわかりやすいかも。gzip フォーマットのファイルの read/write を、レイヤの指定だけで行えるため、その操作を透過的に行うことができます。