Help for this page
# template->capture(pattern, object, callback) # - replace each occurrence of <pattern> in the template # with the result of calling <callback> on <object> $template->capture('%id%', $self, $self->can('id'));