On Jan 23, Andrew Gaffney said:
I don't know Python and I really have no desire to learn it, but I do have a decent amount of experience with Perl. Is there a module(s) that will let Perl interface with existing Python code/modules? Specifically, I want to write a Perl program to use Gentoo Linux's Portage API which is written all in Python.
I believe you can do just that with Inline::Python, on CPAN.
http://search.cpan.org/author/NEILW/Inline-Python-0.20/Python.pod
It's from 2001, though... just so you know...
It still looks promising. I'll have to learn a tad of Python, but not much more than the syntax for importing functions and classes. Thanks.
-- Andrew Gaffney System Administrator Skyline Aeronautics, LLC. 776 North Bell Avenue Chesterfield, MO 63005 636-357-1548
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>