This is a PerlScript ASP attempt

<%@ Language="PerlScript" %> <% for($i=0; $i<=10; $i++) { print "Number $i,
\n"; } %>