does anyone know how I can make a little program show up as 'sytem tray' icon under windows (seems easy enough even for a Win32::GUI novice as me, according to
), let it monitor a serial port (I have that part figured out, too), and show one of those "you have X new mails" pop-ups/slide-outs that e.g. Thunderbird uses when some certain text is received from the serial port? Is there some perl/Tk way to do this? I just learned that Activestate's Perl Dev Kit includes something called 'PerlTray', but I somehow doubt that it supports these 'slide-outs'.