Help for this page

Select Code to Download


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