Help for this page
sub tt_pre_process { my ($self, $file, $vars) = @_; ... ]; return; }
__PACKAGE__->add_callback('tt_pre_process', sub { my ($self, $file, $vars) = @_; ... ]; return; });