Try WWW::Mechanize. In looking at the form, you would use the following code:
use WWW::Mechanize; my $browser = WWW::Mechanize->new; $browser->get($url); $browser->submit_form( form_name => 'logon', fields => { UserID => $user, Password => $pass });
I noticed that their HTML is wrong. They forgot to specify the type for the UserID input box. I don't know if that will cause a problem.
Cheers,
Ovid
New address of my CGI Course.
In reply to Re: trouble filling out HTML form
by Ovid
in thread trouble filling out HTML form
by diablo1024
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |