http://qs321.pair.com?node_id=296955


in reply to Re: Tk in CGI
in thread Tk in CGI

This will not do what you think. It won't "run it over the web", as in running the app on the webserver but presenting it on your machine. All it will do is download the executable file that you linked to, and run it on your local machine. Once the server sends you the file, it has no longer has any connection with the app (unless the app is actually written to connect back to the server in some way).

kelan


Perl6 Grammar Student