Help for this page

Select Code to Download


  1. or download this
      $content = $ua->request($req);
    
      my $data = $xml->XMLin($content);
    
  2. or download this
    my $response = $ua->request ($req);
    my $content = $response->decoded_content;
    my $data = $xml->XMLin ($content);