Help for this page

Select Code to Download


  1. or download this
    use Template;
    
    ...
    [%END%]
    }; 
    $tt->process(\$text,$vars);
    
  2. or download this
    $VAR1 = bless( {
                     'template' => bless( {
    ...
                                           '_PARENT' => undef
                                         }, 'Template::Stash::XS' )
                   }, 'Template::Stash::XS' );