in reply to calling perl functions from javascript

My company uses JavaScript in our browser-based interface to talk to Perl on the server (AJAX). If those applications that you are using are able to provide HTTP Request objects, and you can set up a local server, then that may be a solution for you. No idea if that's feasible, as I've never used JS in any context outside of a browser.
  • Comment on Re: calling perl functions from javascript