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... -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ <stu> what does y/// stand for? <tenderpuss> why, yansliterate of course. [ I'm looking for programming work. If you like my work, let me know. ] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
