ED]>
>> > To: "Jason Murphy" <[EMAIL PROTECTED]>
>> > Cc: <[EMAIL PROTECTED]>
>> > Sent: Tuesday, April 11, 2000 8:52 PM
>> > Subject: Re: $r->args troubles...
>> >
>> > > On Fri, 7 Apr 2000, Jason Murphy wrote:
>> > > > Can't locate object method "new" via package "Apache::Request" at
>> > > > ./find_player.pl line 10.
>> > >
>> > > that would normally indicate your script is running under mod_cgi, not
>> > > mod_perl.
>> > >
>> > > > my $r = new Apache::Request; <---Where the error appears
>> > >
>> > > in any case, you need to change that to:
>> > >
>> > > my $r = Apache::Request->new(shift);
>> > > or
>> > > my $r = Apache::Request->new(Apache->request);
>> > >
>> > >
>> >
>> > --
>> > Jason Murphy
>> > System Administrator
>> > Lawinfo.com
>> > 1-800-397-3743 ex: 133
>> >
>> >
>> >
>>
>
>
Jesse Wolfe, ICQ #19734806
AllHeal, a Global Healing Village
"Healing our World, One Life at a Time."
http://www.allheal.com
Want to pay less for long distance? - http://ld.net?claritycom
At 02:54 PM 4/12/00 -0700, Tom Brown wrote:
>On Wed, 12 Apr 2000, Jesse Wolfe wrote:
>
>> I am working with www.superb.net to get their mod_perl up and working
>> again. They have great infrastrucure, lots of great tools, and an amazing
>> price.
>> They had a
>> Cc: <[EMAIL PROTECTED]>
>> Sent: Tuesday, April 11, 2000 8:52 PM
>> Subject: Re: $r->args troubles...
>>
>> > On Fri, 7 Apr 2000, Jason Murphy wrote:
>> > > Can't locate object method "new" via package "Apache::Request&qu