[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] diagnostic output w cgi



On Sat, Nov 11, 2000 at 12:49:10PM -0900, nellA hciR wrote:
> i have a cgi that seems to work correctly except that i get a the following
> text along with the expected output
> 
> "diagnostic output (offline mode enter name=value pairs on standard input)
> 
> what is the cause of this message?

You're running the script in offline mode, rather than invoking it through
a web server, so the CGI module prompts you to enter parameters via
standard input.  You can read more about this in the CGI documentation by
looking for 'debug'.

Ronald

P.S.  This probably should have been posted to the macperl-cgi list.

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org