Marringtons.com Perl Library
 
Perl is an excellent language with more build-in features than a Swiss Army Knife. But even the best can be built upon. This libray contains additional packages to make working with Perl even easier for the most complex of tasks.
 
The document is intentionally terse to provide the information required without getting lost in the words. If you want more detail, open and read the code.
 
If you place the Perl modules in a directory called "bin" on your site, add the
following code to your Perl programs:
 
#!/usr/bin/perl -w
use strict;
use lib "$ENV{DOCUMENT_ROOT}/bin";
 
Now you can use the new libraries just as you use system libraries.
 
Copyright 2003 Paul Marrington (Australia). All rights reserved.
marringtons.com PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
Contact paul@marringtons.com for more details. You are free to use this
software providing this notice remains at the top of every file.