sudo perl -MCPAN -e shell look Net::SSLeay perl Makefile.PL -t make install #### #!/usr/bin/perl use LWP::Simple; my $url ='https://www.paypal.com'; #Notice the s in httpS my $content = get $url; print $content;