Help for this page

Select Code to Download


  1. or download this
    sub tt_pre_process {
        my ($self, $file, $vars) = @_;
    ...
        ];
        return;
    }
    
  2. or download this
    __PACKAGE__->add_callback('tt_pre_process', sub {
        my ($self, $file, $vars) = @_;
    ...
        ];
        return;
    });