script to test Apache2::Request

2007-02-08 Thread Jeff Y
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

Re: script to test Apache2::Request

2007-02-09 Thread Frank Wiles
On Thu, 8 Feb 2007 13:13:47 -0800 (PST) Jeff Y <[EMAIL PROTECTED]> wrote: > 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 wo