Help for this page
##### the respgen.pl generator which receives data ##### and decides if it's valid or not ... my $res = $ua->request($req); print $res->as_string;
#!/usr/bin/perl use warnings; ... ]; $content = $ua->request($req)->as_string; print $content;