calling perl modules from python

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Thu May 11 20:38:53 EDT 2006


David Bear a écrit :
> I have a hash function written by another organization that I need to use.
> It is implemented in perl. I've been attempting to decode what they are
> doing in their hash  function and it is taking way too long.

No comment...

> I've
> identified two functions in a perl module that I would like to 'call' from
> a python program. I found the following:
> http://www.annocpan.org/~GAAS/pyperl-1.0/perlmodule.pod
> 
> and wondered if anyone had any comments. This thing implements a perl
> interpreter inside python. That seems like overkill to me.

<AOL />

> I wonder what wisdom this group can offer.

What about writeing a small perl script that let you call the needed 
functions from the commandline, then calling this script from Python ?



More information about the Python-list mailing list