Bryan Henderson | 23 Mar 2012 17:46

Re: perl RPC::XML (blackperl)


>> 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:
(Continue reading)


Gmane