in reply to using CGI.pm for LINK tag for Stylesheet
I'd suggest using HTML::Template rather than CGI.pm for the HTML aspects ( or another Templating system). Being able to seperate your code from your HTML really becomes nice later :) I see very few people actually using CGI.pm for generating the html, it's pretty much used just for the parameter parsing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using CGI.pm for LINK tag for Stylesheet
by nite_man (Deacon) on Jun 16, 2003 at 11:14 UTC |