in reply to Re: mod_perl and objects
in thread mod_perl and objects

this is along the lines of what i was looking for, answer-wise.

in playing around, i figured that new() never gets called, because if i put a $self = $class->new() i get the OO beavior i was expecting.

i ( wrongly, it seems ) read the docs to mean that new() was auto-magically called ... and couldn't figure out where the magic happened.