in reply to Re^2: How to embed Perl in HTML
in thread How to embed Perl in HTML

Aha. As others have suggested, the answer is CGI, mod_perl, or .. well, anything involving a web server, basically. HTML can't execute code (apart from perhaps client-side scripts, but AFAIK there's no client-side Perl interpreter (around)), but a web server can!

Best of luck. Let us know if we can help you any further with this.

Anne