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)
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to