Skip to content

Instantly share code, notes, and snippets.

@ironcamel
Created October 27, 2010 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ironcamel/648424 to your computer and use it in GitHub Desktop.
Save ironcamel/648424 to your computer and use it in GitHub Desktop.
use LWP::UserAgent;
my $agent = LWP::UserAgent->new();
$agent->credentials($host, $realm, $user, $pass);
print $agent->get($uri)->content();
@ironcamel
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment