Help for this page
use Template; ... $tt = new Template; $tt->process( 'template.html', { data = \%hash } );
Hello, [% data.name %]! How are you today!