Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl playing nice with Python

by Perl Mouse (Chaplain)
on Oct 04, 2005 at 09:26 UTC ( [id://497166]=note: print w/replies, xml ) Need Help??


in reply to Perl playing nice with Python

That depends on what you mean by "calling each other". It could be as simple as "system", if you want to call one program from the other. Or you might want to communicate over a pipe, socket or message queue. Or exchange information using files or databases. Or do you want to call procedures in each other? Then you might want SOAP or even RPC. Or do you want to embed one in the other? That's possible too - Parrot isn't quite ready yet, but go read "man perlembed".
Perl --((8:>*

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://497166]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-04-19 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found