On Fri, Oct 04, 2002 at 05:09:34PM -0700, Ramon Hildreth wrote: > Hi, I use perl in a restricted environment and I don't have access to > load modules that aren't there. I would like to > Use additional modules and/or create some of my own. > > Is there a workaround for this?
When installing a module use: perl Makefile.PL PREFIX=/path/to/use To use modules: export PERL5LIB=/tmp/myperl5 or whatever syntax you shell needs to set environment variables. perldoc ExtUtils::MakeMaker perldoc perlrun -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]