perl_lover has asked for the wisdom of the Perl Monks concerning the following question:
open(STDIN,"/dev/null"); #do some ops #Change STDIN back to tty system("child process"); open(STDIN,"/dev/null");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Changing STDIN to tty
by shmem (Chancellor) on Aug 31, 2006 at 09:53 UTC | |
|
Re: Changing STDIN to tty
by sgifford (Prior) on Aug 31, 2006 at 15:27 UTC | |
by shmem (Chancellor) on Aug 31, 2006 at 15:32 UTC | |
by sgifford (Prior) on Aug 31, 2006 at 16:11 UTC | |
|
Re: Changing STDIN to tty
by sgifford (Prior) on Aug 31, 2006 at 15:29 UTC | |
by perlfan (Parson) on Sep 01, 2006 at 02:11 UTC |