Help for this page
print $tt2obj->process( 'mytemplate.html', { title => 'Matrix', image => 'matrix_cover.jpg', desc => 'This is a cool movie with CGI effects' } );
<H2>[% title %]</H2> <IMG SRC="[% image %]" alt="[% title %]"> <P> [% desc %] </P>