Hello.

I'm sure this is a simple problem, but I'm a noob at mod_perl and could use 
some help. 

I am running WinXP, Apache 1.3.26, Mod_perl 1.27_01-dev with libapreq 0.31/

The problem I am having is ...

I get the following in the Apache Error log.

[Sun Jun 23 08:44:06 2002] [error] Can't locate object method "new" via 
package "Apache::Request" (perhaps you forgot to load "Apache::Request"?) 
at (eval 12) line 9.


Here is my code that generates that error:

#!/usr/bin/perl -w
use strict;

use Apache::Request ();

my $r = shift;
my $apr = Apache::Request->new($r);

$apr->send_http_header;


_________________________________________________________
Sign up for your Free RecHockey email at http://www.rechockey.net.



Reply via email to