Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print "LWP: $LWP::UserAgent::VERSION\n";
    print "Mech: $WWW::Mechanize::VERSION\n";
    $m->ssl_opts( verify_hostname => 0 );
    
  2. or download this
    LWP: 5.835
    Mech: 1.56
    Can't locate object method "ssl_opts" via package "WWW::Mechanize" at 
    +90.pl line 11.