Help for this page

Select Code to Download


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