NAME Win32::EventLog::Carp - for carping in the Windows NT Event Log REQUIREMENTS Carp Win32::EventLog Installation Installation is pretty standard: perl Makefile.PL make make install HISTORY Changes since Win32::EventLog::Carp v1.11 1.20 12 Jul 2001 - added test for die within an eval; death in an eval is no longer reported in the event log by default - added LogEvals option to report failed evals in the event log - added note about forcing a stack trace in POD SYNOPSIS use Win32::EventLog::Carp; croak "We're outta here!"; use Win32::EventLog::Carp qw(cluck); cluck "This is how we got here!"; DESCRIPTION `Win32::EventLog::Carp' traps warnings and fatal errors in Perl and reports these errors in the Windows NT Event Log. This is useful for scripts which run as services or through the scheduler, and for CGI/ISAPI scripts. The interface is similar to `Carp': the `carp', `croak' and `confess' functions are exported (with `cluck' being optional). You need only change references of "Carp" to "Win32::EventLog::Carp" to begin using this module. A more detailed description can be found in the module's POD docu- mentation. AUTHOR Robert Rothenberg LICENSE Copyright (c) 2000-2001 Robert Rothenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.