<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:10pt"><div style="RIGHT: auto">New to programing and need some help. </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">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: </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">c:\scripts\perl>perl plscript.pl -cmnd1 -cmnd2</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">cmnd1 and cmnd2 are ran on files that reside within "perl" directory. The output is displayed in DOS window. </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">My objective: </div>
<div style="RIGHT: auto">1. Run the perl script using python</div>
<div style="RIGHT: auto">2. Capture the results from the DOS window and save it to python. Output consists of text names and corresponding numbers. </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">I'm using python 2.7</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">Thank you!</div>
<div style="RIGHT: auto">Tim<VAR id=yui-ie-cursor></VAR></div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto"> </div></div></body></html>