in reply to How to write standalone HTML GUI?

Related to the previous answer: you can make HTML Applications (HTA) with ActiveState PerlScript. An HTML Application is an HTML page which runs in the same security context as an 'exe' file.

<script language="perlscript"> ## perl goes here </script>

Again, this is not cross platform and is IE only.

Also see the Perl-Win32-ASP FAQ