LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Problems with perl and irssi-scripts.. (https://www.linuxquestions.org/questions/programming-9/problems-with-perl-and-irssi-scripts-295415/)

magoot 02-27-2005 05:24 AM

Problems with perl and irssi-scripts..
 
Hello, im trying to use a google-search script for irssi, the script loads correctly but when i try to search for somehting i get this errormsg
Code:

Can't locate object method "new" via package "LWP::UserAgent" at (eval 207) line 65.
Line 65 in the script looks like this
Code:

my $ua = new LWP::UserAgent;
Am i missing something? I have installed perl-5.8.6 and libwww-perl-5.64.


All times are GMT -5. The time now is 06:25 PM.