in reply to Re^3: Downloading PHP-generated images using the LWP::UserAgent and WWW::Mechanize modules
in thread Downloading PHP-generated images using the LWP::UserAgent and WWW::Mechanize modules
It dosen't work for this code..
#!C:/Perl/bin/perl.exe -w
use warnings;
use strict;
use WWW::Mechanize;
my $mech = WWW::Mechanize->new(agent => 'Mozilla/5.0');
$mech->mirror('http://www.click.in/includes/gd.php?scode=NzQwOTc0','d:/img.jpg');
Please replay me how to download this image.