Help for this page

Select Code to Download


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