http://qs321.pair.com?node_id=380429


in reply to HTML::Template Isn't Working

Greetings rjahrman,

To follow-up on what dws wrote, yes, you want to use print for the output if you're using HTML::Template alone. If you're using H::T along with something like CGI::Application, you may (depending on WWYWTDI) want to return the output instead of print.

Good luck.

gryphon
code('Perl') || die;