- or download this
sub new {
my( $class, $context ) = @_;
...
return $self;
}
- or download this
'STASH' => bless( {
#...megabytes of data omitted for brevity
}, 'Template::Stash' );
- or download this
my $stash = $context->stash; #Returns a TT2 undef error "Can't call me
+thod "stash" on an undefined value"