DESCRIPTION
This mixin class ...Public Methods
- compile()
- Caches a reference to the most-recently compiled subroutine in the Mason object.
- execute_again()
-
Executes the most-recently compiled template and returns the results.
Optionally accepts a filehandle to print the results to.
$template->output( print_to => *STDOUT );
Private Methods
- create()
- Creates a new Mason object. If a string or filename parameter is supplied, the corresponding template is compiled.