CGI::Cookie
[prev]
[thread]
[next]
[Date index for 2005/04/18]
Hi,
I have seen an error in the log file of Apache telling that
Apache/RequestUtil.pm was not found.
I have seen that this module was called from CGI::Cookie and CGI::Cookie
contains the following line (at line 32):
require Apache::RequestUtil;
Should I change this with:
require Apache2::RequestUtil;
?
If yes, I guess I might need this change in other modules also.
Do you know if I find somewhere all the modules that need this change?
Thank you.
Teddy
 |
CGI::Cookie
Octavian Rasnita 17:07 on 18 Apr 2005
|