Claes Jakobsson > JavaScript-1.06 > JavaScript::Script

Download:
JavaScript-1.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  15
Open  8
View Bugs
Report a bug
Source   Latest Release: JavaScript-1.12

NAME ^

JavaScript::Script - Pre-compiled JavaScript

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 JavaScript::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.

INTERFACE ^

INSTANCE METHODS

exec

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