
Devel::simpletrace is a simple drop-in perl module that can be used to easily spot the place where a program or a module generates errors. it modifies the warn() and die() functions to replace the standard messages with complete stack traces that indicate how and where the error occurred.