in reply to HELP!!! PERL refuses to load Mechanize
It seems you didn't install WWW::Mechanize by using the cpan shell but manually. Also it seems to me as if you manually set your @INC directory to include some weird value:
/usr/local/lib/perl5/site_perl/5.8.8/WWW
My guess is that as soon as you change wherever you set that weird value to the below value, it will all work. But you should really, really use the cpan shell to install modules, especially if you are running Cygwin anyway.
/usr/local/lib/perl5/site_perl/5.8.8
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HELP!!! PERL refuses to load Mechanize
by bart (Canon) on Jul 12, 2007 at 11:05 UTC | |
|