Hi!

Is there a easy way to make a perl skript to send an http post request
produced by the following html form?

<FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">
<INPUT TYPE="text" NAME="login" >
<INPUT TYPE="password" NAME="pass" >
<INPUT TYPE="submit" NAME="Login" VALUE="Login">
</FORM>

The reply of the server is not important...

- Martin

Reply via email to