Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I'm trying to upload a few Perl-only modules for use on a server without shell access. I have a subdirectory for the modules called (appropriately) "modules." If I upload them in the format /modules/HTML/Parser.pm and /modules/Text/CSV.pm how would I import them into my script?
Also, it was suggested earlier I use:
use FindBin; use lib "$FindBin::Bin/modules";
for finding the module path but this returns the error
Any ideas why this is?Insecure dependency in require while running with -T switch at admin.p +l line 10. BEGIN failed--compilation aborted at admin.pl line 10.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Uploading Perl modules without shell access
by Abigail-II (Bishop) on Jun 25, 2003 at 11:04 UTC | |
by Anonymous Monk on Jun 26, 2003 at 03:13 UTC | |
by Abigail-II (Bishop) on Jun 26, 2003 at 07:33 UTC | |
by BrowserUk (Patriarch) on Jun 26, 2003 at 07:48 UTC | |
|
Re: Uploading Perl modules without shell access
by Anonymous Monk on Jun 25, 2003 at 04:13 UTC | |
|
Re: Uploading Perl modules without shell access
by Anonymous Monk on Jun 25, 2003 at 04:11 UTC |