I've got a pretty large CGI::Application based application running under mod_perl. The application consists of several modules, but the "main" module is around 8000 lines. I am planning to refactor it into several smaller modules for the sake of maintainability, but I'm also wondering whether the size of the module has any performance impact. Thoughts?