Help for this page
#!/usr/bin/perl use strict; ... my $mech = WWW::Mechanize->new(); $mech->proxy(['http', 'https'], 'socks://localhost:9150'); $mech->get("https://www.google.com");
cpan LWP::UserAgent ppm install LWP::Protocol::https ... ppm install IO::Socket::SSL ppm install Crypt::SSLeay cpan Crypt::SSLeay