My question pertains to how one can keep a perl/Tk appl. always on Top. For example, I have a perl/Tk module that runs continuously and monitors the health of our various Unix Servers by displaying different colored lights signifying the server/application health. (unable to make socket connection, timeout, database not avail., various files missing, ect...). Whenever, I bring up another application (such as Firefox or email, etc...) it gets overlaid. I want it to always be on top so it can be seen and never hidden. Is there a way to do this? Thanks for your help.