Which shell? Which operating system? Where do you want it to go? To redirect STDERR to oblivion on NT: system "command > nul"; On UNIX: system "command 2> /dev/null" On Tue, 21 Aug 2001, Janice Pickron wrote: > Hello Perl Guru! > > How do you redirect the standard error of a shell command? > > Thanks! > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Redirect error of shell command Janice Pickron
- Re: Redirect error of shell command Brett W. McCoy
- Re: Redirect error of shell command Luke Bakken
- Re: Redirect error of shell command Matthew Lyon