> I checked in the error log file and I found :
>
> [Wed Oct  6 00:09:25 1999] Embperl.pm: Constant subroutine rcCGIError
> redefined
> at /usr/freeware/lib/perl5/5.00502/constant.pm line 161.
>
> Then, I went to the constant.pm at line 161 and I found the line below:
>
>             *{"${pkg}::$name"} = sub () { $scalar };
>
> Does it mean I have a problem with my constant.pm file? So, how can I fix
> it? Thank for your help!!!
>

This is an effect off FreshRestart On, when the server is restarted the
module is loaded, again and so the subroutine get redefined. It's only an
warning.

Try to stop and start the server, then request your document and take a look
at the error.log. Anythingelse there?

Gerald

Reply via email to