in reply to Using mod_perl on windows
Sorry, did'nt realise it was XML.
What I meant to say is when I do this
#!perl -w use Apache; use Apache::Request; use Apache::Cookie; my $r = Apache::Request -> new(shift);
it does this in the apache errorlog
Can't locate object method "new" via package "Apache::Request" (perhaps you forgot to load "Apache::Request"?) at c:\apache\cgi-bin\ap.pl line 7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using mod_perl on windows
by Cody Pendant (Prior) on Jul 01, 2003 at 01:31 UTC | |
by mcorbett (Initiate) on Jul 02, 2003 at 08:56 UTC | |
by Cody Pendant (Prior) on Jul 03, 2003 at 00:17 UTC |