mod_perl-1.24: ...called too early to check prototype...

2001-02-28 Thread Ulrich Windl
Hello, I have a non-trivial CGI script that ran fine with an older Perl and mod_perl, even with -w ans use strict. Recently I upgraded to Perl-5.6 and mod_perl-1.24, and I get this new warning in Apache: [Tue Feb 27 15:52:15 2001] bugCGI.pl: main::validate_token() called too early to check

mod_perl-1.24 (perl 5.6): Undefined subroutine CGI::thead

2001-02-28 Thread Ulrich Windl
Hello, this is an old problem that is still current: Occasionally my CGI script fails because of Undefined subroutine CGI::thead If I reload the page it works again, but maybe it's because a different Apache process is used. Environment: Apache/1.3.14 (Unix) (SuSE/Linux) mod_ssl/2.7.1

mod_perl/CGI.pm: use CGI::Carp qw(fatalsToBrowser);

2001-02-28 Thread Ulrich Windl
Hello, it seems use CGI::Carp qw(fatalsToBrowser); does no longer work as intended with Apache 1.3.14 and perl-5.6 (mod_perl 1.24). Where previously the error message appeared in the browser, I now get this: here is good HTML output HTTP/1.1 200 OK Date: Wed, 28 Feb 2001 10:01:12 GMT Server:

apache-1.3.12 mod_perl-1.24: Still Undefined subroutine CGI::thead

2000-10-05 Thread Ulrich Windl
I have already reported this bug before for an older version of apache and mod_perl, but the problem is still there. The CGI version is that of perl-5.005. My Perl CGI script occasionally produces the above error (Undefined subroutine CGI::thead). Restarting or reloading Apache will fix the