Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Getting an XML-RPC array with Frontier::Client

by jaldhar (Vicar)
on Apr 01, 2003 at 15:50 UTC ( [id://247264]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ---- request ----
    <?xml version="1.0"?>
    ...
        </param>
      </params>
    </methodResponse>
    
  2. or download this
    my $client = Frontier::Client->new(
      'url' => 'http://www.advogato.org/XMLRPC', use_objects => 1, 
      debug => 1,);
    my ($string, $int) = $client->call('test.guess') or die "$!\n";
    
  3. or download this
    wanted `value' or `name' tag, got `array' at line 5 column 6
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-16 18:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found