in reply to Embedding Perl in HTML
I needed to do this on IIS a few years ago. You can use PerlScript, and it will work fine, but it's kind of slow. If performance is an issue, ActiveState's PerlASPX is probably your simplest option. I think it comes with your ActiveState install.