show/hide this revision's text 3 edited body; edited title

Use How can I use Perl Libraries libraries from Python?

Dear All,

I have written a bunch of Perl libraries (actually perl Perl classes) and I want to use some of them in my Python application. Is there a natural way to do this without using SWIG or writing Perl API for Python. I am asking for a similar way of PHP's Perl interface. If there is no such kind of work for Perl in Python. What is the easiest way to use Perl classes in python?

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Use Perl Libraries from Python

Dear All,

I have written a bunch of Perl libraries (actually perl classes) and I want to use some of them in my Python application. Is there a natural way to do this without using SWIG or writing Perl API for Python. I am asking for a similar way of PHP's Perl interface. If there is no such kind of work for Perl in Python. What is the easiest way to use Perl classes in python?