Hi, As a general idea, what way do you suggest to create the modules that will be used with mod_perl? Using the functional style (with the Exporter module), or using the object oriented style?
I am asking this because I want to maximize the speed of the execution, and I know that the OOP way might be slower. Thank you. Teddy