Hi! I am using the HTML::Form to parse the form in order to collect information about the form (such as hidden parameters) and then do a POST/GET on the action with all the form parameters in place using LWP. My bigger picture of why I am doing all this, is to create a generic a web response time tool.
If you have any better ideas/examples, I would appreciate it.