Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Tk in CGI

by kutsu (Priest)
on Oct 05, 2003 at 15:06 UTC ( [id://296710]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://296710]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found