Using perl in python
Michael P. Reilly
arcege at shore.net
Wed Jun 9 07:26:58 EDT 1999
Brenda <bbailey08 at my-deja.com> wrote:
: I have a bunch of perl libraries that I would like to call in my python
: scripts. Is this possible?
It is possible; Tkinter utilizes an embedded Tk interpreter. You
would have to write a Perl interpreter. There may be some people
around who might help you with that. I'm in the middle of embedding
another interpreter myself.
I've found that it is more efficient (and more fun) to convert the
libraries to Python. The code is invariably clearer.
-Arcege
More information about the Python-list
mailing list