in reply to Call Perl Tk program from CGI/making plugins ?
You can configure your web server to consider .pl scripts to be CGI's, but the answer is basically no. To be able to run your perl script as a plugin you would have to install perl and some sort of perl browser plugin on the client machine, you can't just run a Tk program from a CGI and expect it to display in the browser.
|
|---|