Help for this page
use strict; use Template; ... ); $template->process( 'some.tmpl', $data ) or die $template->error();
Hi [% name %] Here are some colors: [% FOREACH color = colors; color; "\n"; END %]