Help for this page

Select Code to Download


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