You might consider using CGI::Application and HTML::Template. Note that templates can contain other templates, so you can have a single, top-level template that pulls in templates for things like header, footer, main panel, left panel, etc. Then the CGI script simply builds up a hash of all the data, and sends it to the template. The benefit is that you remove virtually all of the HTML related stuff from your script, and you can change the entire layout of your site by simply editing the template files (which are like html files with place holders for the data).
In reply to Re: How's My Style Now?
by scorpio17
in thread How's My Style Now?
by Spenser
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |