in reply to Inconsistent results from CGI::Carp handler
One thing that might be tripping you up, foo bar is valid Perl syntax. Until Perl tries to execute it, Perl doesn't know that a method named foo won't be available through class bar. If that line is just sitting somewhere that didn't get run, then CGI::Carp would not report your error.
|
|---|