Hello all. When using CGI::Application with HTML::Template, sometimes I'll try to fill in a nonexistent form variable, and I'll get a helpful error message telling me where I screwed up.
But when I use HTML::Template without CGI::Application (I know, shame on me), and make a similar mistake, I get no output at all. Is there a parameter I can set that will give me some error output?
