Help for this page

Select Code to Download


  1. or download this
    $res->content;
    
  2. or download this
    #!/usr/lib/perl -w
    
    ...
    
    print "\n\n\nThe 1st result is:\n$res->content\n";
    
  3. or download this
    my $b = $res->content;