Here's the output:#!/usr/bin/perl use strict; use WWW::Mechanize; my $url = 'http://www.google.com'; my $m = WWW::Mechanize->new(); print "LWP: $LWP::UserAgent::VERSION\n"; print "Mech: $WWW::Mechanize::VERSION\n"; $m->ssl_opts( verify_hostname => 0 );
LWP: 5.835 Mech: 1.56 Can't locate object method "ssl_opts" via package "WWW::Mechanize" at +90.pl line 11.
In reply to Re: Mechanize and Bypassing SSL Certificate Check
by Anonymous Monk
in thread Mechanize and Bypassing SSL Certificate Check
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |