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
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