http://www.perlmonks.org?node_id=931409


in reply to Re: mod_perl website structure
in thread mod_perl website structure

Nothing wrong really , but a common strategy is to seperate concerns, which you've done by using functions , but you could seperate them out a bit further, by means of model view controller pattern, which becomes more important the bigger your project becomes

More things to read (start with the pm links)

If your application isn't tied to a particular implementation (mod_perl), if you target PSGI/Plack, you can run on mod_perl or practically any webserver