Re: Calling External (Perl)Script in Python

2012-08-27 Thread Ben Finney
Pervez Mulla writes: > I am trying to call perl script in my python view.py and store that > data in logfile To run external programs and connect to their standard streams, use the ‘subprocess’ module http://docs.python.org/library/subprocess.html> from the Python standard library. -- \

Calling External (Perl)Script in Python

2012-08-26 Thread Pervez Mulla
Hi, I am trying to call perl script in my python view.py and store that data in logfile On shell I am able to display data. I wanna call that data on logfile , How can i do this ...? I wanna call perl objects in python ... So , How can I pass all that stuff in python(firstname, lastn