in reply to How to stop printing the output of a command on screen when the command fails?
my $null = File::Spec->devnull; my $out = ` ... 2>$null`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to stop printing the output of a command on screen when the command fails?
by Anonymous Monk on Dec 24, 2010 at 05:05 UTC | |
by Anonymous Monk on Dec 24, 2010 at 05:08 UTC |