8 projects tagged "Perl Modules"
Perl-LZO (aka Compress::LZO) provides Perl bindings for the LZO data compression library. You can access the LZO library from your Perl scripts thereby compressing ordinary Perl strings. LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed.
PostScript::CDCover generates a Postscript program that prints a CD cover and backlabel, with contents displayed as a tree of directories and files. The module ships with a stand-alone, ready-to-use script, pscdcover, that takes the directory tree of a CD-ROM as input and generates a cover from it. The output can be directly fed to a PostScript printer, but it is designed to be easily editable (should one wish to remove unwanted directory entries, for example).