use CGI::Carp qw( confess fatalsToBrowser ); foo( 'Hello', 'Carp' ); sub foo { &bar }; sub bar { &baz } sub baz { confess "Confessing I was called with @_\n" } __DATA__ Content-type: text/html
Confessing I was called with Hello Carp
main::baz called at C:\PROGRA~1\PERLBU~1\debug\spbdtest.cgi line 8
main::bar called at C:\PROGRA~1\PERLBU~1\debug\spbdtest.cgi line 7
main::foo('Hello', 'Carp') called at C:\PROGRA~1\PERLBU~1\debug\spbdtest.cgi line 5
For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.