my $content = $response->content; # Second-chance attempt for a broken Windows Frontier # service, which puts good results into client-junk. if (!$content) { my $headers = $response->headers; my $cjunk = $headers->{"client-junk"}; if (defined $cjunk) { # Reconstitute the result. $content = join("\n",@$cjunk); } }