Help for this page

Select Code to Download


  1. or download this
    $ perl -MTemplate -wE '
    my $tt = Template->new;
    ...
    In-place 40 query
    In-place 41 query
    In-place 42 query
    
  2. or download this
    my $tt = Template->new(
        INCLUDE_PATH => '/some/path',
    ...
    # Template will be compiled and cached at '/other/path/foo.tt.compiled
    +'
    # and that file will be used until '/some/path/foo.tt' changes