DOKK / manpages / debian 11 / libtext-micromason-perl / Text::MicroMason::StoreOne.3pm.en
Text::MicroMason::StoreOne(3pm) User Contributed Perl Documentation Text::MicroMason::StoreOne(3pm)

Text::MicroMason::StoreOne - mixin class intended for use with Text::MicroMason::Base

This mixin class ...

Caches a reference to the most-recently compiled subroutine in the Mason object.
Executes the most-recently compiled template and returns the results.

Optionally accepts a filehandle to print the results to.

  $template->output( print_to => *STDOUT );
    

Creates a new Mason object. If a string or filename parameter is supplied, the corresponding template is compiled.

For an overview of this templating framework, see Text::MicroMason.

This is a mixin class intended for use with Text::MicroMason::Base.

For distribution, installation, support, copyright and license information, see Text::MicroMason::Docs::ReadMe.

2019-11-10 perl v5.30.0