in reply to HTML templates => no HTML in Perl code

You might take a look at HTML::Template as an alternative. It is fairly lightweight and I don't think it requires anything beyond the pm file so you should be able to install in the same location as your cgi script. (create a HTML subdir then put the Template.pm file in it).

Scott
  • Comment on Re: HTML templates => no HTML in Perl code