I am running LWP to request the whole page information. The code is as follows:
my $status = getstore($url, $file);
It takes the url and saves its content in the file. It works fine until authorization is added. When I reaches the url manually, a popup window appears requesting userid and password. Now the above statement quits working due to the authentication request. Is there a way to fix this issue by providing the userid and password in the above statement. Or there is another solution.
Thanks,
Sam
_______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
