Help for this page
#!/usr/bin/perl ... my $response = $ua->get($target); print "Response: ".$response->decoded_content."\n";