I looked it up on google, but didn't find anything that exactly retained to my question. Is there anyway to call a Perl script with JavaScript then place what results the Perl script gets into a web doc? I've read AJAXs can do this, but I was hoping someone could place a simple hello world example that simulates this. Also, because Perl often has to be installed on a computer before it can be used on it how does javascript even do this? Is it that the server has Perl installed so that when the javascript calls it the server does the computations and then the javascript can grab the results?
Thank You