in reply to
How can I save error message to a file?
In windows, open(OUT,">>d:/project/prod/logs/test.log")|| print "could not open logfile\n"; . . . close OUT;
Comment on
Re: How can I save error message to a file?
In Section
Seekers of Perl Wisdom