Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/share/doc/perl-Net-SSLGlue/examples/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/share/doc/perl-Net-SSLGlue/examples/lwp.pl

use strict;
use LWP::UserAgent;
use Net::SSLGlue::LWP SSL_ca_path => '/etc/ssl/certs';

my $ua = LWP::UserAgent->new;
$ua->env_proxy;
my $resp = $ua->get( 'https://www.comdirect.de' ) || die $@;
print $resp->content;