in reply to
Perl, Die, and IIS
Two comments:
it might do what you want if you use
open (STDERR ">>", $dieFile);
Perhaps you should take a look at
CGI::Carp
? It has an option to redirect errors/warnings to a file...
Update: added link
Comment on
Re: Perl, Die, and IIS
Download
Code
In Section
Seekers of Perl Wisdom