Perl Connect (Product)

A mechanism for communicating between JavaScript and Perl scripts.

This is a means of allowing JavaScript code to call a Perl interpreter from inside the JavaScript environment. It is functionally similar to using the eval() method but instead of evaluating JavaScript, some Perl source is passed instead.

Web-references:

http://lxr.mozilla.org/mozilla/source/js/src/perlconnect/README.html