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 ...
I am working on a perl script where I would like to be able to write to two output files at the same time. The problem that I am running into is the first output file FILE will write fine but the ...