Using perl Mech to fill out a php script when there is no 'form' tag
This is my first exposure to perl Mech when I am trying to autofill a php script. As per perl Mechaize docs, there are numerous functions to fill out a text field and submit. However, what if the script doesn't have any form tag? Such as this one below:
Code:
<html>
<body>
Enter Hostname:
<input type="text" name="host_name" id="host_input"/>
<input