The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Template::EmbeddedPerl::Compiled - Compiled template

DESCRIPTION

This module is used internally by Template::EmbeddedPerl to represent a compiled template. It is not intended to be used directly.

METHODS

render

  my $output = $compiled->render(@args);

Render the template with the given arguments.

SEE ALSO

Template::EmbeddedPerl

AUTHOR

See Template::EmbeddedPerl

COPYRIGHT & LICENSE

See Template::EmbeddedPerl