The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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