pyperl is a module for integrating Perl in Python.

See:

 * [[http://aspn.activestate.com/ASPN/Modules/dist_html?dist_id=10617|PyPerl at ASPN]]
 * [[http://aspn.activestate.com/ASPN/CodeDoc/pyperl/perlmodule.html|perlmodule documentation at ASPN]]
 * [[http://downloads.activestate.com/Zope-Perl/|Download latest PyPerl module]]
 * pyperl is currently unmaintained. There is an unofficial version distributed by Felix Schwarz named [[http://www.felix-schwarz.name/files/opensource/pyperl/|1.0.1c]] which fixes some compilation errors on newer systems.

* Recent patches by Per Øyvind Karlsen with fixes for python 2.5 as well as some other useful stuff is available at [[http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/python-perlmodule/|Mandriva SVN]]
 * [[http://lists.zope.org/mailman/listinfo/zope-perl|Mailing list for support questions]]

See also:

 * [[http://conferences.oreillynet.com/cs/os2001/view/e_sess/1437|pyperl: Perl & Python is True!]]
 * [[http://search.cpan.org/dist/pyperl/|original PyPerl 1.0 distribution on the CPAN]]
 * [[http://search.cpan.org/dist/Inline-Python/|Inline::Python]] allows the reverse: calling Python code from Perl