This little library can print the contents of just about any kind of scalar data you throw at it. Nested structures are no problem! They even get printed with some nifty indentation so you can see how deep they are in the structure. There's built-in parachute if we recurse deeper than about 15 levels, but you can always change that.
Class:NamedParms provides standard get/set/clear accessors for a class via named parameter with forced lexical checking of named parameters for validity and initialization validation. Lightweight and simple to use. Designed as a base class for inheritance by other modules.
Tie::FileLRUCache provides a lightweight Least Recently Used cache of data via either an object or tied interface. Keys and data are both allowed to be references and objects as well as strings. Requires 'Digest::SHA1' and 'Storable' to be installed.
libwww-perl is a library of Perl packages/modules which provides a simple and consistent programming interface to the World Wide Web. This library is being developed as a collaborative effort to assist the further development of useful WWW clients and tools.
This is a simple form parsing script that is packed with power. This subroutine will take form data submitted via either GET or POST and parse it into something useable by you.