Re: [htmltmpl] HTML Template and Cookies

2005-09-27 Thread Johan Kuuse
I think you mixed up the 'header' concept. The meta tags go in the HTML header. The cookies go in the HTTP header, which is different from the HTML header, and out of the scope of HTML::Template. I use CGI::Application as my framework. I made a small tutorial using CGI::Application and HTML::Templ

[htmltmpl] HTML Template and Cookies

2005-09-27 Thread Chris Beck
Hey all, I am used to using CGI to set cookies and other header objects, but I am finding that my HTML Template templates are complete HTML documents. What is the standard HTML Template way of doing this? I could define a template var for various meta tags and content types, &c, but how do peop