http://qs321.pair.com?node_id=74590


in reply to trying to run a perl program in HTML

You need to set up a webserver with Common Gateway Interface (CGI) to execute perl scripts on your local computer. Meanwhile you can capture the HTML output of a script with something like perl myprogram.pl >myprogram.html to view static pages in a browser.