in reply to How do you organize your Perl applications?
It should be fairly explanatory other than the admin programs for any web application go in the admin folder and have a separate (sub)domain/virtual host. Naturally the docroot folder (document root) is for the web application main. The logs folder is both for any debug or normal running logs as well as any logs from the webserver.docroot logs admin templates config logs Readme.txt lib <---- may be called something else see below
I also call all my files with the same endings. So config files end in .config, html templates end in .phtml and so on.$templates->{'login screen'} = '/www/templates/login/form.phtml';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: How do you organize your Perl applications?
by DapperDan (Pilgrim) on Apr 05, 2003 at 08:37 UTC |