Help for this page
#use LWP::UserAgent; # don't load this in the outside program ... my $ua = LWP::UserAgent->new; $ua->ssl_opts(verify_hostname => 0, SSL_verify_mode => 0x00); };