This is in my template and we'll put here. #### my $t = HTML::Template->new(filename => 'blah.tmpl'); $t->param(TEXT => 'some text'); print $t->output;