Hogue, Jon wrote, on Tuesday, May 16, 2000 15:11
: If I do system("foo.exe"), how do I get the ouput of foo.exe. 
: (not the exit
: status).

By not doing system("foo.exe"). Use backticks:
$results = `foo.exe`; # or @results to get an array w/lines

Joe

==============================================================
          Joseph P. Discenza, Sr. Programmer/Analyst
               mailto:[EMAIL PROTECTED]
 
          Carleton Inc.   http://www.carletoninc.com
          219.243.6040 ext. 300    fax: 219.243.6060
 
Providing Financial Solutions and Compliance for over 30 Years


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to