I'm not sure if this is possible, but this is what i'd like to do:<BR>I need to right a shell script that will run within a loop within a perl script. Is there a way ...
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 ...