Help for this page

Select Code to Download


  1. or download this
      # 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'));