H
himanshu.garg
Hi,
Will the following code also download the images on
search.cpan.org, if any :-
require LWP::UserAgent;
my $ua = LWP::UserAgent->new;
my $response = $ua->get('http://search.cpan.org/');
If yes, is there a way to avoid them. I want to minimize the
bandwidth the program consumes.
Thank You,
Himanshu.
Will the following code also download the images on
search.cpan.org, if any :-
require LWP::UserAgent;
my $ua = LWP::UserAgent->new;
my $response = $ua->get('http://search.cpan.org/');
If yes, is there a way to avoid them. I want to minimize the
bandwidth the program consumes.
Thank You,
Himanshu.