| Store | Cart

IPC - piped output

From: rman <roee...@rocketmail.com>
Mon, 26 Jun 2000 15:43:19 -0700
Hello,

I am trying to capture command line text from a seperate perl process using piped output and have been unsuccessful ..

Any help will be appreciated ...

open (FILEHANDLE, "build1.pl |");
while (<FILEHANDLE>) {
 print;
}
close(FILEHANDLE);



roee...@rocketmail.com

Recent Messages in this Thread
rman Jun 26, 2000 10:43 pm