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