Various extension modules for perl which I have written can be found in my directory on CPAN, the Comprehensive Perl Archive Network.
All the modules listed here can be found in authors/id/T/TO/HUGHES directory on CPAN.
IO::Zlib
This module provides an 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.
Apache::TempFile
This is an beta release of the Apache::TempFile module package for Apache with mod_perl and perl5. It generates names for temporary files which are automatically removed when the current request has been completed.