Reputation: 1295
I am developing a Firefox addon and I have a Perl script which I am using to perform a specific task. This Perl script needs to be called from the addon. What would be the best way to implement this? I was thinking of creating a socket program in perl (on my server) to listen for an incoming connection (from my addon) and then calling my required Perl script. But then how would I call this Perl script from the JavaScript in the Firefox addon? Also, is there any better way of achieving this?
Upvotes: 0
Views: 955