I have a script written in perl and would like to run this script in a window/tab via perl/tk. Basically I want the perl/tk main window with possibly some tabs. Then in a lower pane window show the progress of my perl script. When the script requires user input I would then have the perl/tk generate a popup window box for user input back to the main script. Is this possible with perl/tk, any documentation I can read or example?