in reply to Mod_perl and object oriented perl

In addition to what's been said, you can even write object-oriented mod_perl handlers. These will be invoked as methods, can inherit from other classes, etc.

perldoc mod_perl_method_handlers gives more information and examples on this cool feature.