in reply to Apache::MP3 Can't locate object method "new"

I may be incorrect here, but looking at the docs for Apache::MP3 - you need to use $response_code = handler($request) to create a new Apache::MP3 object. Straight from the documentation -
$response_code = handler($request) This is a the standard mod_perl handler() subroutine. It creates a new + Apache::MP3 object, and then invokes its run() method.

Replies are listed 'Best First'.
Re: Re: Apache::MP3 Can't locate object method "new"
by vek (Prior) on Feb 27, 2002 at 13:22 UTC
    Yeh but that API doc is there in case you want to override Apache::MP3 methods isn't it? In fact the beauty of Apache::MP3 is that (previously in any case) you could use it 'right out of the box' which is why I think I'm missing something extremely simple here.