my $req = HTTP::Request->new(GET => $url); my $content = $resp->content; my $content_len = length($content);