Help for this page

Select Code to Download


  1. or download this
    my $ucfirst = sub { ucfirst($_[0]) };
    $template->process($template_name, { %vars, ucfirst => \&ucfirst });
    
  2. or download this
    [% ucfirst(foo) %]