in reply to
Problem with automating form submission
You can learn what your browser is saying (http) by using
HTTP::Proxy
or some other such software (like Mozilla with Live Http Headers extension), so that you can imitate it with lwp.
Comment on
Re: Problem with automating form submission
In Section
Seekers of Perl Wisdom