ufizo has asked for the wisdom of the Perl Monks concerning the following question:
I get the following error:require WWW::Mechanize; my $mech = new WWW::Mechanize; $page = $mech->get("http://www.google.com"); $page->find_link(text => 'download');
Im not sure what to do,..Can't locate object method "find_link" via package "HTTP::Headers" at +C:/Perl/lib/HTTP/message.pm line 649.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cant get Mechanize to work.
by Corion (Patriarch) on Jul 10, 2011 at 09:00 UTC | |
by ufizo (Initiate) on Jul 10, 2011 at 09:16 UTC | |
by Corion (Patriarch) on Jul 10, 2011 at 09:28 UTC | |
by ufizo (Initiate) on Jul 10, 2011 at 12:18 UTC |