PDA

View Full Version : [SOLVED] Help on Apache Request


comingme
January 6th, 2010, 10:06 PM
Done. Thanks for help.

firefly2442
January 7th, 2010, 04:58 AM
Sounds like a programming syntax error and not an issue with Apache. I don't know Perl though...

I would suggest searching google for:

Can't locate object method "new" via package

I came across these: (may or may not be helpful)

http://www.perlmonks.org/?node_id=642962

http://www.webmasterworld.com/forum13/4130.htm

It looks like you're trying to instantiate an object. Oh, maybe the $r that you're passing into the new (constructor probably?) hasn't been instantiated yet or maybe the constructor doesn't take any arguments? Just some ramblings...

Hope you get it working. Cheers. :)