Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Script stopped working...

by hippo (Bishop)
on Mar 18, 2018 at 08:20 UTC ( [id://1211178]=note: print w/replies, xml ) Need Help??

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);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1211178]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found