Hi,
I've been using HTML::Template for a while, but am having a weird
problem when
using it in a CGI::Application app. Basically, when I call
$template->output, the application requests the page from the server
twice,
instead of once if I just create and return my own HMTL.
Not sure what is happ
Hello,
I've been using HTML::Template for a while, but am having a weird problem when
using it in a CGI::Application app. Basically, when I call
$template->output, the application requests the page from the server twice,
instead of once if I just create and return my own HMTL.
CGI::Applicatio