Help for this page

Select Code to Download


  1. or download this
    This is in my template and we'll put <TMPL_VAR NAME=TEXT> here.
    
  2. or download this
    my $t = HTML::Template->new(filename => 'blah.tmpl');
    $t->param(TEXT => 'some text');
    print $t->output;