JavaScript::SpiderMonkey is a Perl Interface to the SpiderMonkey JavaScript Engine. It is different from Claes Jacobsson's "JavaScript.pm" in that it offers two different levels of access: [1] A 1:1 mapping of the SpiderMonkey API to Perl [2] A more ...
TBUSCH/JavaScript-SpiderMonkey-0.25 - 07 Aug 2018 09:42:35 UTC - Search in distributionThis little module is a bit of duct tape to connect the JavaScript plugin for WWW::Scripter to the SpiderMonkey JavaScript engine via JavaScript.pm. Don't use this module directly. For usage, see WWW::Scripter::Plugin::JavaScript....
SPROUT/WWW-Scripter-Plugin-JavaScript-SpiderMonkey-0.003 - 13 Mar 2011 21:58:40 UTC - Search in distributionMAHIRO/EJS-Template-0.09 - 30 Apr 2019 04:21:38 UTC - Search in distribution
- EJS::Template - EJS (Embedded JavaScript) template engine
- EJS::Template::JSAdapter - JavaScript engine adapter for EJS::Template
JavaScript::Shell will turn Spidermonkey shell to an interactive environment by connecting it to perl With JavaScript::Shell you can bind functions from perl and call them from javascript or create functions in javascript then call them from perl...
MAMOD/JavaScript-Shell-0.02 - 09 Oct 2013 09:46:11 UTC - Search in distribution"JavaScript::Lite" is a bare-bones interface to the SpiderMonkey ECMAscript engine. It aims to provide as little functionality (and therefore as little overhead) as is neccessary to connect perl with ECMAscript. Efficiency is the goal here; the inten...
CRAKRJACK/JavaScript-Lite-0.04 - 15 Jul 2009 20:42:50 UTC - Search in distributionThis module uses JavaScript::SpiderMonkey to provide JavaScript support. Implements: "init" "engine_eval" "parameters"...
TOBYINK/JSON-T-0.104 - 28 Sep 2014 07:42:10 UTC - Search in distribution- JSON::T - transform JSON using JsonT
JE, short for JavaScript::Engine (imaginative, isn't it?), is a pure-Perl JavaScript engine. Here are some of its strengths: - Easy to install (no C compiler necessary*) - The parser can be extended/customised to support extra (or fewer) language fea...
SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC - Search in distributionFor use JavaScript from Perl with this module, you normally follow three simple steps: * Create a context inside which you'll be able to evaluate javascript code. The context holds a *global object* with javascript's standard constructors and functio...
SORTIZ/JSPL-1.07 - 17 Jan 2012 00:51:18 UTC - Search in distribution- jspl - JavaScript interpreter with perl powers
- JSPL::Context - An object in which we can execute JavaScript
- JSPL::PerlClass - Create native JavaScript classes in Perl
- 2 more results from JSPL »
Always thought JavaScript was for web-applications only? well, think again... This modules gives you the power of embedded JavaScript in your Perl applications. You can write your subroutines, classes and so forth in Perl and make them callable from ...
CLAESJAC/JavaScript-1.16 - 20 Feb 2010 22:09:48 UTC - Search in distribution- JavaScript::Context - An object in which we can execute JavaScript
Test::JavaScript provides a method of unit testing javascript code from within perl. This module uses the JavaScript::SpiderMonkey package to evaluate JavaScript using the SpiderMonkey JavaScript engine....
KEVINJ/Test-JavaScript-0.06 - 12 Feb 2007 07:36:46 UTC - Search in distributionETJ/JavaScript-V8-0.09 - 11 Apr 2019 18:31:26 UTC - Search in distribution
*HTTP::ProxyPAC* allows use of a Proxy Auto Configuration file to determine whether a URL needs to be accessed via a proxy server, and if so the URL of the proxy server. You can use a *.pac* file from a web browser, or a *wpad.dat* file obtained via ...
MACKENNA/HTTP-ProxyPAC-0.31 - 27 Mar 2010 04:35:43 UTC - Search in distributionThis module is a plugin for WWW::Scripter that provides JavaScript capabilities (who would have guessed?). To load the plugin, just use WWW::Scripter's "use_plugin" method: $w = new WWW::Scripter; $w->use_plugin('JavaScript'); You can pass options to...
SPROUT/WWW-Scripter-Plugin-JavaScript-0.009 - 12 Jun 2016 20:43:29 UTC - Search in distribution