in reply to WWW::Mechanize error: Missing base argument at C:/Perl/lib/HTTP/Response.pm line 93

$ perl -MWWW::Mechanize -e " my $ua = WWW::Mechanize->new; $ua->get( u +ndef ) Missing base argument at C:/perl/site/5.14.1/lib/HTTP/Response.pm line + 93.
  • Comment on Re: WWW::Mechanize error: Missing base argument at C:/Perl/lib/HTTP/Response.pm line 93
  • Download Code

Replies are listed 'Best First'.
Re^2: WWW::Mechanize error: Missing base argument at C:/Perl/lib/HTTP/Response.pm line 93
by space_monk (Chaplain) on Nov 06, 2012 at 11:01 UTC
    Yep that would be my call as well; check that all the URLs that you are passing to the Mechanize::get method are properly defined.