> This thing implements a perl interpreter inside python. That seems like
> overkill to me.
It does not *implement* Python, just embeds it. It is not an overkill
if you can get it to work quickly and move on.
If you are Windows, you can use COM. Support is available for both
languages and is fai
Hi David
> 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. I've
> identified two functions in a perl module that I would like to 'call
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 modu
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. I've
identified two functions in a perl module that I would like to 'call' from
a python pr