Help for this page
perl -e 'system( "foo > junk" ); # prints: ... perl -e 'system( "foo > junk 2>/dev/null" ); # no output on darwin # still prints "foo: not found" on freebsd