http://www.perlmonks.org?node_id=773202

spmlingam has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,
I have two Perl processes, which will communicate the some details through custom APIs. I would like to replace this
custom APIs with generic standard APIs, like xml. the processes should be able to handle more then 1000 API
construction and parsing. which is the best standard API method?

Replies are listed 'Best First'.
Re: API communication
by zby (Vicar) on Jun 20, 2009 at 09:18 UTC
Re: API communication
by Anonymous Monk on Jun 20, 2009 at 08:02 UTC
Re: API communication
by afoken (Chancellor) on Jun 20, 2009 at 08:07 UTC

    Why do you want to change a working API? Why do you want to add a huge overhead of creating, validating and parsing XML?

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)