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?