![]() |
|
more useful options | |
PerlMonks |
Re: using newer modulesby AgentM (Curate) |
on Apr 23, 2001 at 20:45 UTC ( #74765=note: print w/replies, xml ) | Need Help?? |
Correct me if I'm wrong but Perl will use the first module it finds (for a match) in @INC. When you use lib;, the directory is pushed onto the array @INC, so when it comes time to search for the module, the old CGI is found first. You'll want to use unshift to add the directory to @INC.
Update: I was wrong.
AgentM Systems nor Nasca Enterprises nor Bone::Easy nor Macperl is responsible for the comments made by AgentM. Remember, you can build any logical system with NOR.
In Section
Seekers of Perl Wisdom
|
|