faqts : Computers : Programming : Languages : Python : Python and Other Languages : Connecting

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

How do I invoke Python code from Perl?

Jun 21st, 2002 07:06
Michael Chermside,


Invoking Python code from Perl (by embedding a Python interpreter) can
be done with the pyperl module.
Documentation (minimal) and an example can be found at
(http://aspn.activestate.com/ASPN/CodeDoc/pyperl/Python-Object/Python.html).