How do I get perl to login a website ? I'm trying to make a dynamic DNS update script that logs into my router. The HTML source basically just has a password field like this:
<td><INPUT type="password" maxLength=12 size=9 name=pws></td>
and a submit:
<td><input type="Submit" value="LOGIN"> <input name="Close" onClick="self.close();return false" type="button" value="CANCEL"><BR><BR></td>
All I want to do is have the perl script "type" in the password and submit it so I can access the webpages in the router. I'm hitting my head on the wall since the problem is so simple and I can't find a solution.
In reply to log into a website via perl client by shrubbery
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |