Help for this page

Select Code to Download


  1. or download this
    my $tt = Template->new(
        INCLUDE_PATH        => 'tpl/',
    ...
        WRAPPER             => 'wrapper.tt',
        EVAL_PERL           => 1,
    );