PDA

View Full Version : [ubuntu] Issue with Perl



venuwin
January 27th, 2009, 08:26 AM
Hi,

When i try to execute a perl script (webinject.pl), the commandline in ubuntu throws

Can't locate LWP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at webinject.pl line 21.
BEGIN failed--compilation aborted at webinject.pl line 21.


Line 21 in the webinject.pl is "use LWP;".

I am new to all this. Please help.

Thanks in advance.

Venu