Thread Probleme mit WWW::Mechanize und https (19 answers)
Opened by bob.george at 2014-11-20 15:05

GwenDragon
 2014-11-24 14:18
#178534 #178534
User since
2005-01-17
14788 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
3
4
5
use strict; use warnings; use 5.010; 
use WWW::Mechanize;
my $mech = WWW::Mechanize->new( autocheck => 1 );
$mech->get( "https://www.example.com" );
print $mech->content;
zeigt bei mir den HTML-Code der Website mit Strawberry Perl 5.14.4..

View full thread Probleme mit WWW::Mechanize und https