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

NAME

JSPL::Script - Encapsulates pre-compiled JavaScript code.

DESCRIPTION

If you have a big script that has to be executed over and over again compilation time may be significant. The method compile in JSPL::Context provides a mean of returning a pre-compiled script which is an instance of this class which can be executed without the need of compilation.

PERL INTERFACE

INSTANCE METHODS

exec

Executes the script and returns the result of the last statement.