in reply to Tk in CGI

Depending on what you what to do you might want to look at HTML::Template.

As to using a GUI interface you should be able to link to an exe file and run it over the web instead.

Update: Thanks for clarifying that kelan

"Pain is weakness leaving the body, I find myself in pain everyday" -me

Replies are listed 'Best First'.
Re: Re: Tk in CGI
by kelan (Deacon) on Oct 06, 2003 at 14:38 UTC

    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