Re: using a perl mod

2006-03-27 Thread Paddy
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

Re: using a perl mod

2006-03-27 Thread Paddy
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

using a perl mod

2006-03-27 Thread David Bear
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