Jeff Pang wrote:
> Hi,lists,
>
> I am new to mod_perl.I have a simple mod_perl script running under
> Apache::Register.When it run,I found many error messages appeared in
> logs/error_log.
>
> The program is shown below:
>
> use strict;
> use warnings;
> use CGI;
> use CGI::Cookie;
> use vars
Hi,lists,
I am new to mod_perl.I have a simple mod_perl script running under
Apache::Register.When it run,I found many error messages appeared in
logs/error_log.
The program is shown below:
use strict;
use warnings;
use CGI;
use CGI::Cookie;
use vars qw($q $sessionID);
$q = new CGI;
init();