in reply to Re^3: The importance of avoiding the shell
in thread The importance of avoiding the shell
Perl has special logic to recognize 2>&1 to make this idea work on Windows. The Windows default shell (cmd.exe) does not understand 2>&1, but (too) many programmers use this idiom.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: The importance of avoiding the shell
by BrowserUk (Patriarch) on Sep 27, 2014 at 12:50 UTC | |
by Corion (Patriarch) on Sep 27, 2014 at 13:12 UTC | |
by BrowserUk (Patriarch) on Sep 27, 2014 at 13:42 UTC | |
|
Re^5: The importance of avoiding the shell
by parv (Parson) on Sep 27, 2014 at 12:12 UTC |