Help for this page

Select Code to Download


  1. or download this
    my $config = {
          INCLUDE_PATH => '/tt', 
    ...
          EVAL_PERL    => 1,
    };
    my $tt = Template->new($config);
    
  2. or download this
    sub main_page {
      
    ...
           || die $tt->error();
      return $output;
    }