lwp
I'm having a problem getting lwp(libwww-perl) in one of my scripts to work so I ran the following command, which I got from another message board which is supposed to tell me whether lwp is functioning correctly:perl -e "use LWP::UserAgent;"
This returned:
Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Is there anyway I can fix this? I just installed it from the ports. I did the same thing a few days ago on another server and it worked perfectly. Any ideas anybody?