--> Save the file as "scrtest.php" (We sometimes need to use the "Double Quotes" to make sure your editor does not put a .txt or .doc on the end of the file extension)
Upload to webserver, then go to Internet Explorer Address bar --> www.yoursite.com/scrtest.php
If your thinkin What about the rest of my HTML, you could use this:
<html><body>
Your Html before the script output gets called
<? virtual("/cgi-bin/folder/scriptname.cgi"); ?>
Your HTML After the script output has been called</body></html>
(again it will have to be saved as a .php page. index.php if you want it as the default document in a folder (rename the old index.html to indexold.html; it may check for this file first when a page is not specified in a web address.)
Comment on Re: What is the best tool to embed perl in HTML?
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.