Help for this page

Select Code to Download


  1. or download this
    use HTML::Template::Compiled;
    my $t = HTML::Template::Compiled->new(
           filename  => 'mytemplate.phtml',
           open_mode => '<:encoding(UTF-8)',
    );