Re: perl RPC::XML (blackperl)

Bryan Henderson <[email protected]> 23 Mar 2012 16:46:01 +0000
Newsgroups gmane.text.xml.rpc.specification
Message-ID <[email protected]>
>> thus something like
>>
>> ('Service' =3D> new RPC::XML::int(0),
>> 'Password' =3D> new RPC::XML::string('aPassword'),
>> 'Text' =3D> new RPC::XML::string('A demonstration short message'),
>> ...)

Looking at it again, I see I mixed up languages here.  If it wasn't
obvious, this isn't some fancy new Perl syntax; rather, I meant

  ('Service'  => \my RPC::XML::int->new(0),
   'Password' => \my RPC::XML::string->new('aPassword'),
   'Text'     => \my RPC::XML::string->new('A demonstration short message'),
   ... )

(and I still haven't actually tested this, so don't be surprised if it
needs work).

-- 
Bryan Henderson                                   San Jose, California


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/xml-rpc/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/