in reply to Running locally a cgi application on different platforms

Apache is available for multiple platforms: linux, windows, etc...

If you really don't need it to run as a CGI application in a browser, then check out Perl/Tk and Wx. They allow you to write a program with a GUI. Of course, you would need to rewrite your program. ;)

  • Comment on Re: Running locally a cgi application on different platforms