Can't locate object method "new" via package "LWP::UserAgent" at collective.lib line 340.
Line 340 of collective.lib reads:
my $ua = new LWP::UserAgent;
Looking at the perl 5.6.0 file UserAgent.pm I somehow got the impression that the syntax for this line should be
my $ua = LWP::UserAgent->new;
So, I changed line 340 in collective.lib and what do you know, it worked!! Looks like keyword analyzer and spider now work for me. Haven't checked the other features yet.
Brett, I think you have made a really nice collection of tools here. Keep up the good work. It's all much appreciated (And I get to learn a little perl as well)
Cees
Results Pages:
And then it gives me the main menu again. No entries in apache error log.
Any ideas?