in reply to
Redirecting Perl errors to a file
How can I redirect STDOUT and STDERR from a program on WIN32?
perl.exe MyScript.pl 2> out.txt
[download]
Comment on
Re: Redirecting Perl errors to a file
Download
Code
In Section
Seekers of Perl Wisdom