Help for this page

Select Code to Download


  1. or download this
    sub as_string { 
       my $val = shift;
    ...
    
    $xmlrpc->call( 'gimmeallyourmoney', { cardnumber => as_string( 12345 )
    + } );
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8" ?>
    <methodCall>
    ...
    </param>
    </params>
    </methodCall>