chorg has asked for the wisdom of the Perl Monks concerning the following question:
I'm not root on the box
I want the latest CGI.pm to use for this
I don't want to break existing scripts
I definitely want to be able to say that I did not break existing scripts.
So I installed CGI.pm into this user defined directory. I use lib "/mydir" like normal, and I note that the code is using the old (root installed) version.
How can I make my code use the updated module? I know it should, but it does not seem to....
_______________________________________________
"Intelligence is a tool used achieve goals, however goals are not always chosen
wisely..."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using newer modules
by suaveant (Parson) on Apr 23, 2001 at 20:42 UTC | |
by chorg (Monk) on Apr 23, 2001 at 21:25 UTC | |
by suaveant (Parson) on Apr 23, 2001 at 21:27 UTC | |
|
Re: using newer modules
by Masem (Monsignor) on Apr 23, 2001 at 20:42 UTC | |
|
Re: using newer modules
by TGI (Parson) on Apr 23, 2001 at 20:51 UTC | |
|
Re: using newer modules
by AgentM (Curate) on Apr 23, 2001 at 20:45 UTC | |
by suaveant (Parson) on Apr 23, 2001 at 20:49 UTC |