Hi.

I have a handler that needs to use CGI.pm to set a cookie. It seems to work 
correctly, but it fills my error log with "(offline mode: enter name=value 
pairs on standard input)" messages. I am doing

use Apache;
require Apache::Constants;
use CGI;
  ...

package SetCookie;

(with $CGI::VERSION='2.46'; mod_perl/1.21)

so I wonder why CGI.pm does not know it is run under mod_perl.

Any Hints appreciated.
Thanx,
Joachim
--
"... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden
koennen."                            - Bertolt Brecht - Leben des Galilei

Reply via email to