in reply to HELP!!! PERL refuses to load Mechanize

I think you must've manually added /usr/local/lib/perl5/site_perl/5.8.8/WWW to @INC using use lib or passing it as the argument to -I on the command line, right? Try taking out the WWW from the end (or add another use lib without the WWW).