New to programing and need some help.
I have multiple perl script files that I would like to automate using python.
Currently each one is ran individually and the output is manually examined. The
perl script is ran form the command promp with arguments as follows:
c:\scripts\perl>perl plscript.pl -cmnd1 -cmnd2
cmnd1 and cmnd2 are ran on files that reside within "perl" directory. The
output is displayed in DOS window.
My objective:
1. Run the perl script using python
2. Capture the results from the DOS window and save it to python. Output
consists of text names and corresponding numbers.
I'm using python 2.7
Thank you!
Tim
_______________________________________________
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor