Help for this page
my $ucfirst = sub { ucfirst($_[0]) }; $template->process($template_name, { %vars, ucfirst => \&ucfirst });
[% ucfirst(foo) %]