Help for this page

Select Code to Download


  1. or download this
    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