Help for this page

Select Code to Download


  1. or download this
    my $cgi       = CGI->new();
    my $template  = HTML::Template->new(
        filename  => 'foo.tmpl',
        associate => $cgi,
    );
    
  2. or download this
    my $tmpl_obj = $webapp->load_tmpl('some_other.tmpl', 
        associate => $cgi,
    );