Sep 25 2003
Python and Perl, holding hands.
I’d like to do some Python work in an environment without Python, but has Perl. So, instead of writing my stuff in Perl, I’m going to write a Perl XML-RPC based API, and have Python talk through it.
All the API needs to do is front for a few command line programs on the target host. I’m looking at Perl’s available XML-RPC modules. Here’s an article on one:
Using XML-RPC for Web services: Getting started with XML-RPC in Perl



