nysus has asked for the wisdom of the Perl Monks concerning the following question:
I understand that one can install a perl module into the regular old cgi-bin outside of the lib subdirectory. Then you put a pragma in your script so the script can find it (or so the book says).
But what happens if you want to call two modules: one that is in the perl lib and one that is in the cgi-bin? Will the script get confused? How does this all work?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module installation outside of perl lib
by BMaximus (Chaplain) on Mar 24, 2001 at 05:34 UTC | |
by nysus (Parson) on Mar 24, 2001 at 06:33 UTC |