in reply to Re^4: Breaking up a CGI::Application program
in thread Breaking up a CGI::Application program

Any I using templates wrong?!?

Yes - you should be using <tmpl_include> tags to do inclusion of sub-templates. And you're not using templates for all your HTML in the above example - CGI::start_html, for example.

-sam

  • Comment on Re^5: Breaking up a CGI::Application program