Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PythonPerl 0.9

0 views
Skip to first unread message

Bruno Obsomer

unread,
Jun 16, 2006, 11:37:32 AM6/16/06
to python-...@python.org
You love Python, but think Perl can be useful anyway. You can now mix the
two in a single program with the new Python module:
PythonPerl (version 0.9, GPL license)

It is as simple to use as:
>>> import perl
>>> perl.addVariable('a', ['foo', 'bar'])
>>> perl.execute('$b = $a[0]')
>>> perl.getVariable('b')
foo

Questions and comments at bobzomer AT gmail.com.

<P><A HREF="http://ece.fsa.ucl.ac.be/bobsomer/PythonPerl.tgz">
PythonPerl 0.9</A> - simple module to allow the use of Perl inside
Python. (16-Jun-06)

0 new messages