tags:

views:

47

answers:

0

I have a Perl script that is running an infinite loop. I'd like to be able to minimize this to the system tray. Can I use the Win32::GUI to create a system tray icon that when maximized shows the command prompt and the output of the script?

Edit: My perl script is a process by itself. Its running continuously. How can I run the systray icon a sanother process?