On Tue, 2008-09-09 at 20:08 -0700, Jake wrote: > test.pl cant be modified, im looking for something that will work with > any program, my own or not. >
If test.pl reads and writes thru STDIN and STDOUT, you may be able to use a bi-directional pipe. See: perldoc IPC::Open2 perldoc IPC::Open3 perldoc IO::Handle -- 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 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/