System is a 1 week old laptop with the latest Win11 and WSL. From the shell prompt I can redirect to /dev/stderr fine. From a shell script I get permission denied errors. Yeah, there are workarounds ...
many texts use them interchangeably, but they are not equal. stdin, stdout and stderr all seem to be > 2^30 on my system (linux). i can use 0-2 with dup2(). i can't use stdin/out/err because it ...
There are numerous ways to redirect standard error in a Perl script. You can redirect the output from one particular command, you can combine standard error with ...