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.

  • Comment on Re: using CGI.pm for LINK tag for Stylesheet

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
    I'd like suggest to use Embperl or Mason for embedding Perl code into HTML page. See my post about it.
          
    --------------------------------
    SV* sv_bless(SV* sv, HV* stash);