Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    ) || die "$Template::ERROR\n";
    $tt->process( \$text )
        || die $tt->error(), "\n";
    
  2. or download this
    The constant 'PRE'     has the value 1
    The constant 'REGULAR' has the value 2
    The constant 'POST'    has the value 3