Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    Now with just the minimal URL, I get the same error:
    Error GETing https://contests.arrl.org/: Can't connect to contests.arr
    +l.org:443 (Bad file descriptor)
    
  2. or download this
    my $mech = WWW::Mechanize->new( autocheck => 1, 
                                    ssl_opts => { verify_hostname => 0}, )
    +;