Hello, I'm attempting to use the JavaScript perl module (http://www.cpan.org/modules/by-module/JavaScript/) to call javascript functions from within a perl script. Everything is fine, but I need more functionality...
The functions I'm attempting to access are not included in the base javascript runtime (from ftp://ftp.mozilla.org/pub/js) used by the perl module. In particular, I'm trying to access the (crypto.*) functions to generate CRMF requests (among other things) from perl. The functions I need are included in NSS, but I don't know how to build a libjs instance that makes use of the needed libraries. Has anyone done this yet? Thanks, LS
