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.