I installed Apache2::Request by using CPAN and
# perl -MApache2::Request -e 'print "installed!\n"'
returns the good result. Do you have a Perl script that can be used to test if Apache2::Request works or not when the script is called from URL?
Thanks a lot.
Jeff