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::Parser - Parser module for EJS::Template

Methods

parse

Parses EJS source and generates JavaScript code.

    $parser->parser($input, $output);

The $input is used as the EJS source code, and the generated JavaScript code is written out to $output.

SEE ALSO