clone4 has asked for the wisdom of the Perl Monks concerning the following question:
But if the page returned includes image tag such asuse WWW::Mechanize; $mech = WWW::Mechnize->new; $mech->get('http://google.com'); print $mech->content;
the module will once the image is loaded, get the link(executing the php actions) and $mech->content will then include the source of page http://google.com/index.php?delete=google.<img src="http://google.com/index.php?delete=google" />
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mechanize 'redirect' problem
by Anonymous Monk on Sep 17, 2008 at 18:32 UTC | |
by clone4 (Sexton) on Sep 17, 2008 at 19:56 UTC | |
by Corion (Patriarch) on Sep 17, 2008 at 19:59 UTC | |
by tinita (Parson) on Sep 18, 2008 at 11:40 UTC |