Have you looked at PyPerl?

   http://wiki.python.org/moin/PyPerl

I think it was further along.  It might be good to build on.

Jim

On Jun 16, 2006, at 11:37 AM, Bruno Obsomer wrote:

> 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

--
Jim Fulton                      mailto:[EMAIL PROTECTED]                Python 
Powered!
CTO                             (540) 361-1714                  
http://www.python.org
Zope Corporation        http://www.zope.com             http://www.zope.org



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to