in reply to Re: killing interactive child processes
in thread killing interactive child processes

Useless use of echo on that second one. Just do this:
system "program_name </dev/null >$out_file";

-- Randal L. Schwartz, Perl hacker