http://www.perlmonks.org?node_id=196598


in reply to How to write standalone HTML GUI?

If you install ActivePerl on windows, you can use PerlScript in IE from <script> tags in static HTML pages the same way you use JavaScript (or VB Script). Not cross platform and IE only.

Another option would be to use Perl as a web server. Check out HTTP::Daemon for one example.

Replies are listed 'Best First'.
Re: Answer: How to write standalone HTML GUI?
by Anonymous Monk on Jan 16, 2009 at 21:46 UTC