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

EJS::Template::Executor - Executes JavaScript generated by EJS::Template

Methods

execute

Executes JavaScript code.

    $executor->execute($input, $variables, $output);

The $input is used as the JavaScript source code, $variables is a hash ref of variables for JavaScript, and $output is the output destination

SEE ALSO