Re: executing perl script within python
This may help http://search.cpan.org/~gaas/pyperl-1.0/perlmodule.pod You can always use pipes (os.popen) to keep things simple. -- http://mail.python.org/mailman/listinfo/python-list
executing perl script within python
I have few modules which are in perl, and all other scripts are in python. Is it possible to execute the perl scripts within python or import them like: Thanks -- http://mail.python.org/mailman/listinfo/python-list