* 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]