in reply to Re: What is the best tool to embed perl in HTML?
in thread What is the best tool to embed perl in HTML?

Thank you for the tip.

It is more probable that you have SSI. So, index.shtml would do.

If you put an onLoad= attribute that calls a JavaScript you could also call your perl script and embed it with a document.write command.

You could redirect an index.html to your perl script. And in it use a template to embed your output in an html page that would appear as a result of your script.

  • Comment on Re: Answer: What is the best tool to embed perl in HTML?