When retrieving a GET with Perl and the website has authentication, you must use credentials, which is of the form
$browser->credentials(
'servername:portnumber',
'realm-name',
'username' => 'password'
);
Where it says $browser->credentials, the variable $browser can be anything you want.
Back to page:Perl Notes?
[Click to add or edit comments])
Please prepend comments below including a date