perlfaq9: How do I automate an HTML form submission?
[email protected] (_brian_d_foy) Sat, 18 Dec 2004 12:17:46 -0600
| Newsgroups | perl.perlfaq.workers,perl.documentation |
|---|---|
| Message-ID | <181220041217468632%[email protected]> |
* Mention WWW::Mechanize Index: perlfaq9.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq9.pod,v retrieving revision 1.16 diff -u -d -r1.16 perlfaq9.pod --- perlfaq9.pod 30 Oct 2004 12:20:59 -0000 1.16 +++ perlfaq9.pod 18 Dec 2004 18:16:55 -0000 @@ -227,6 +227,10 @@ =head2 How do I automate an HTML form submission? +If you are doing something complex, such as moving through many pages +and forms or a web site, you can use C<WWW::Mechanize>. See its +documentation for all the details. + If you're submitting values using the GET method, create a URL and encode the form using the C<query_form> method: -- brian d foy, [email protected]