in reply to Re^2: Display perl code output in CGI script
in thread Display perl code output in CGI script

This is not possible. Browsers do not support Tk.
Update: The CGI script runs on the server. It sends data to the client - a browser. What data do you imagine being sent to a browser to make it show the Tk application?
  • Comment on Re^3: Display perl code output in CGI script