Quote:
|
Originally Posted by Oleks
My goal is to display results of perl script into the HTML page.
Is any way how to call perl script from HTML page and to return results from perl script to the HTML page?
|
Why does it have to be a static html page? You can do that but life gets harder when you want to do that with perl. You will be better off using PHP for something like that.