>cant seem to find a SIMPLE way of >just adding this module to the 10.1.3 install of perl..
I'm not sure how savvy you are using the CLI but, have you tried using the cpan module which is already part of the perl distro? This mod does the heavy lifting for you - it installs new mods and traces back up the chain so that you get a full kit, eliminating fish hook " can't find mod "foo"" errors type perl -MCPAN -e shell to run it in interactive mode perldoc cpan for the pods good luck
