Hi all,

i have a little problem, I use my favourite WWW::Mechanize to download
webpages and so on, but I came to one problem:

#!/usr/bin/perl
use strict;
use warnings;
use WWW::Mechanize;
use IO::Socket::SSL; #it is installed

my $mech = WWW::Mechanize->new();
$mech->agent_alias( 'Windows IE 6' );
$mech->get( "https://my-favourite-webpage.com/"; );
print $mech->content;

I run this and get:
500 Can't read entity body:

Thats all. When I come to that webpage with OPERA/IE I get the contents, it is
working OK. I am not behind the proxy or so.

Could anyone help me ?

/brano


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to