Help for this page

Select Code to Download


  1. or download this
    my %variables = ( title => 'lookie here',
        sections=> 
    ...
    use Template; 
    my $t = Template->new({POST_CHOMP=>1});
    $t->process(\$template, \%variables) || die $t->error();