>>>>> "Trevor" == Trevor Phillips <[EMAIL PROTECTED]> writes:

    Trevor> Thing is, this is from an Apache Perl module using mod_perl,
    Trevor> not from a CGI using CGI.pm (as this line is printed to
    Trevor> stderr when you supposedly run a CGI from the command
    Trevor> prompt).

A code clip would help ...

Otherwise, to get CGI.pm to prompt for values, you must be running in
'-debug' mode.

Try using the '-no_debug' pragma and see if the condition persists:

    use CGI qw/-no_debug/;

Peace.

Reply via email to