in reply to Confused by Dispatch Issues w/ CGI::App and CGI::FormBuilder

Sam: Thanks for the reply. Apache configuration says that I am looking at the right script and monitoring the right log. Though apache has been performing rather strangly of late, dieing unexpectantly. If there is some easier way to make these forms dispatch using CGI::App, I'd surely like to hear about it. Because despite my hopes, simply defining $output and $rm has not been sufficient to the cause in my very limited experience with these tools. -- Hugh
if( $lal && $lol ) { $life++; }
  • Comment on Re: Confused by Dispatch Issues w/ CGI::App and CGI::FormBuilder

Replies are listed 'Best First'.
Re^2: Confused by Dispatch Issues w/ CGI::App and CGI::FormBuilder
by samtregar (Abbot) on May 18, 2006 at 18:34 UTC
    Serriously - put the die() in. Just looking at the Apache conf isn't enough to prove you're editing the right script AND the right part of the code. This simple technique has saved me loads of time!

    -sam