in reply to Re: CGI versus CGI::* modules
in thread CGI versus CGI::* modules
Another simpler (and free) way to start off templates is with HTML Tidy. Forgive my bias of operating systems:
Of course, remaining XHTML compliant is up to you after that, but shouldn't be hard with tools like validator.w3.org available. One of the kicks i get out of using HTML::Template (well, templates in general) is that i can atcually switch my "mode of thinking": when i am working on the script/module i think like a programmer, but when i am working on the template i think more like a programmer thinking like a designer. ;)$ echo 1 | tidy -asxhtml > skeleton.tmpl
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (jeffa) 2Re: CGI versus CGI::* modules
by herveus (Prior) on Aug 01, 2003 at 11:34 UTC |