my $ua = LWP::UserAgent->new; $ua->env_proxy; my $response = $ua->get($URL); if ($response->is_success) { print $response->decoded_content; }
In reply to Re: Lwp and NTLM authentication
by bcarroll
in thread Lwp and NTLM authentication
by miniwinz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |