On Mon, 20 Jun 2005, Shuying Wang wrote:

> Can anyone recommend a library that will let me call perl functions from
> python? I have a python dictionary that I would like to convert to a
> perl hash for some function.

Hi Shuying,

Sure!  You may want to look at the PyPerl project:

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

The module acts as a bridge between the two langauges, so it should be
relatively easy to convert Python dictionaries to Perl hashes and pass
them back and forth.


Best of wishes!

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to