in reply to Automating an HTML form submission with only required user info
HTLM::FormParser seems the right module for this problem
From the readme file: This module can be used to parse HTML text for forms. Each type of tag that is commonly found in a form (such as input, select, textarea etc) will trigger callbacks provided at the application level.
The callback routines can then be used to cobble together the URL.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Automating an HTML form submission with only required user info
by tommyw (Hermit) on Dec 19, 2002 at 10:30 UTC |