I want to submit a form, and the following works:
However, I want to embed the html (containing the form) in my perl script rather than retrieving it using $mech->get.use WWW::Mechanize; $mech = WWW::Mechanize->new(); $mech->get('http://www.abc.com/index.htm' ); $resp = $mech->submit();
How can I do that?
My Mechanize.pm is version .72 which doesn't have an update_html() method, which sounds like one way to do it.
In reply to Question about WWW::Mechanize by redss
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |