in reply to Win32::IE::Mechanize Difficulties

Instead of
cpan Win32::IE::Mechanize
try
perl -MCPAN -e shell cpan>force install Win32::IE::Mechanize
or if you prefer the cpan command:
cpan cpan>force install Win32::IE::Mechanize
or if you like the cpan single invocation:
cpan -fi Win32::IE::Mechanize

Replies are listed 'Best First'.
Re^2: Win32::IE::Mechanize Difficulties
by jdetloff (Acolyte) on Jan 14, 2010 at 04:25 UTC
    Thanks much for the reply, I used you're last method and it worked great!