On Fri, 2008-09-19 at 13:14 -0700, Back9 wrote:
> Hello,
> 
> I am calling system() to run a devenv.exe to build vs 2005 solution
> file.
> My problem is I want to capture the output while building the solution
> to a file and show the output to monitor at once.
> 
> Is there a way or a module to achieve that goal?
> 
> TIA
> 
> 

Open the output as a pipe.  You can then redirect it to where you want.
See `perldoc -f open` for details.


-- 
Just my 0.00000002 million dollars worth,
  Shawn

"Where there's duct tape, there's hope."
        Cross Time Cafe

"Perl is the duct tape of the Internet."
        Hassan Schroeder, Sun's first webmaster

"There is more than one way to do things."
        A Perl axiom


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to