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

Text::APL::Context - value object

DESCRIPTION

Used internally for passing variables and helpers to the template.

METHODS

new

    my $template = Text::APL::Context->new;

Create new Text::APL::Context instance.

vars

Returns variables.

helpers

Returns helpers.