in reply to Automating an HTML form submission with only required user info

HTML::Parse is deprecated... Use HTML::TreeBuilder or HTML::Parser instead. Also, you might want to check out HTML::FormParser since you want to parse forms. For the URL parsing, URI::URL.

See the synopsis of those fine modules for sample scripts.

  • Comment on Re: Automating an HTML form submission with only required user info