You have a "double pump" going on there.
my $req = HTTP::Request->new(GET => $targetURL); my $res = $ua->request($req); if ($res->is_success) { my $website_content = $res->decoded_content; ... }
In reply to Re: Speeding things up
by huck
in thread Speeding things up
by AlwaysSurprised
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |