Help for this page

Select Code to Download


  1. or download this
    $ wget http://python.org/download
    --2015-06-19 13:18:26--  http://python.org/download
    ...
    Length: 86849 (85K) [text/html]
    Saving to: `download'
    ... (it worked)
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $ua->ssl_opts( verify_hostnames => 0 );
    my $response = $ua->get('http://python.org/downloads');
    $dumper->dumpValue($response);
    
  3. or download this
    '_content' => 'Can\'t connect to python.org:443
    
    ...
       '_protocol' => undef
       '_uri' => URI::https=SCALAR(0x1a43c48)
          -> 'https://python.org/download'
    
  4. or download this
    export PERL_LWP_SSL_VERIFY_HOSTNAME=0 PERL_LWP_SSL_CA_PATH=/