Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i hate perl

Status
Not open for further replies.

Moooink

Technical User
Feb 22, 2002
48
0
0
US
since upgrading apache and perl, perl has failed to work in all aspects, and i have given up on it. Modules seem to not exist now, whereas a few months ago, they were there great and dandy. BLAH PERL! PHP is the way to go, definatly. Lets all just go to perl headquarters and burn the place. yes that sounds good to me. [thumbsdown]
 
Nooooo!!!! ----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light
 
It's very likely that modules that were installed in an old version of perl won't be in the search path ([tt]@INC[/tt]) after upgrading. You should probably reinstall them, but might be able to get away with adding something like
[tt]use lib '/usr/local/lib/perl5/5.6.1';[/tt]

before your other [tt]use[/tt] statements.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top