There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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