There is also:PyPerl at:
http://search.cpan.org/dist/pyperl/perlmodule.pod
But you need to check if it is current.
- Pad.
--
http://mail.python.org/mailman/listinfo/python-list
Don't know if there is a way to call perl from Python but the perl
inline python module allows you to call perl from python from within an
outer perl interpreter.
Thts what I make of the following anyway:
http://aspn.activestate.com/ASPN/CodeDoc/Inline-Python/Python.html
- Paddy.
--
http://m
almost 41 million hits from google about using perl mod's in python was a
bit discouraging...So, I thought about asking humans.
There are some perl modules written to manage files, acls, etc in afs.
Rather than wrapping the c-compiled versions of afs commands in sys.popen
and parsing the output, I