Yet, I still don't know how to use any module...... heehee...... but from the point of view of HTML, I can give some of my ideas...
first, if you are trying to fill the form as some values you pre-setted or, as you wish and then send automatically, you can do the "fill in" job by using <input type=text value="yourVar" name=thisFieldName> value=yourVar will fill in the field as default... Second, the send job can be done by onLoad="somescript2submit()" inside <body> tag, or use setTimeout (1, "somescript2submit()") at somewhere along the page... within <script> ... </script> But if you are really trying to do that..... why don't use GET instead of POST method have a nice day =) ----- Original Message ----- From: "Adriano Rodrigues Ferreira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 04, 2002 3:15 AM Subject: How do I automate an HTML form submission? > > Well, I have found the answer to this with > perldoc -q html > but I still don't know how to > (1) fill the fields of a form in a existing web page, > (2) and then submit it. > > I need more code, examples and explanations. > > Can someone give me a clue. > > Thanks, > > Adriano. > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]