Help for this page

Select Code to Download


  1. or download this
    sub _fill_in {
        my ($template, %params) = @_;
    ...
            SOURCE => catfile($templates_path, "$template.tmpl"));
        $template->fill_in(HASH => \%params, OUTPUT => \*STDOUT);
    }
    
  2. or download this
    {include('_header', title => 'Page title')}
    <p>Some text...</P>
    {include('_footer')}