-
-
17 Jan 2012 00:51:18 UTC
- Distribution: JSPL
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (7)
- Testers (0 / 22 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (116.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::Exception
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
inJSPL::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.
Module Install Instructions
To install JSPL, copy and paste the appropriate command in to your terminal.
cpanm JSPL
perl -MCPAN -e shell install JSPL
For more information on module installation, please visit the detailed CPAN module installation guide.