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]

Reply via email to