in reply to Re: shell redirect CGI failure
in thread shell redirect CGI failure

> die sends its message to STDERR, so it wouldn't appear in the web reponse.

Yeah but. He put use CGI::Carp 'fatalsToBrowser'; Shouldn't that take care of it?

Replies are listed 'Best First'.
Re^3: shell redirect CGI failure
by ikegami (Patriarch) on Sep 10, 2007 at 18:03 UTC

    Yup, forgot to check for that. It's still a good idea to check the logs.