gloryhack mentioned
HTML::EmbPerl. That would look like:
<html>
...
[- print for reverse 1..10; print "BLASTOFF!"; -]
...
</html>
There's also
Apache::ASP. It would look so very different as to be:
<html>
...
<% print for reverse 1..10; print "BLASTOFF!"; %>
...
</html>
Egadz! There's also several others (for example
HTML::Mason, which (much like Apache::ASP) can be used in a fairly light-weight manner, as well as more template-heavy). For what it's worth, I've used both and prefer Apache::ASP.
------------
:Wq
Not an editor command: Wq