Help for this page

Select Code to Download


  1. or download this
    my $template = HTML::Template->new(filename => 'my.tmpl') or die "Cann
    +ot create template object: $!";
    print $template->output() or die "Cannot output template: $!";