[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: perl script to replace html login?



> 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...

install libwww-perl and use LWP::UserAgent .

pietro.



Reply to: