<HTML><HEAD>
<META charset=US-ASCII http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; BACKGROUND-COLOR: #ffffff">
<DIV>I used ActiveState Perl on Windows. And you can embed perl code inside your HTML page, like you do javascript. So when someone clicks on a button, you can run your perl code, which performs a system() call to an external program (if ya like)</DIV>
<DIV>&nbsp;</DIV>
<DIV>And you dont need a server.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I use this technique to build simple interfaces to command line programs (for the non-techies). </DIV>
<DIV>&nbsp;</DIV>
<DIV>i dont have the code off hand, so im not much help now.. but i promise to post it tomorrow. :)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>heres a link to a PerlScript example and some docs.</DIV>
<DIV><A href="http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/Components/Windows/PerlScript.html">http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/Components/Windows/PerlScript.html</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>-rob</DIV></BODY></HTML>