in reply to How to organize one's code

You'll quickly realize the benefits of using a templating system for your HTML code, rather than trying to generate it from within your application. CGI::Application has built-in support for HTML::Template, but works equally easily with Template Toolkit, my system of choice. Start writing your pages with templates, and before long you'll wonder how you ever got along without them. :-)


_______________
DamnDirtyApe
Those who know that they are profound strive for clarity. Those who
would like to seem profound to the crowd strive for obscurity.
            --Friedrich Nietzsche
  • Comment on Re: How to organize one's code (TEMPLATES!)