mcorbett has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
you were so brilliant with my last problem I am going to try and enlist your help again.
I porting an app from linux to win32. I am running Apache 1 and perl v5.6.1 on xp using the Activestate port
When I run a script that starts with this piece of code like this
#!perl -w use Apache; use Apache::Request; use Apache::Cookie; my $r = Apache::Request -> new(shift);
It fails and the error.log says this.
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.
Edited: by footpad, 30 June 2003
Added <code> and other formatting tags.
edited: Tue Jul 1 13:39:31 2003 by jeffa - title change (was: More help please......)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using mod_perl on windows
by mcorbett (Initiate) on Jun 30, 2003 at 19:03 UTC | |
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 |