My guess is that this is basic HTTP authentication. In that case, use the credentials() method on your WWW::Mechanize object to tell it what login and password to use.
my $mech = WWW::Mechanize->new(); $mech->credentials( 'login', 'password' ); # further $mech usage
In reply to Re: Help: populate login password into a popup window of a website
by kyle
in thread Help: populate login password into a popup window of a website
by neoanantha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |