EP (Embedded Perl) Templates



examples/lite/embedded_templates.pl
%= $name 

% for (@$names) {
   ...
% }

% if ($cond) {
    ...
% }