Help for this page
use strict; use Win32::SysTray; ... ); $tray->runApplication;
my $tray = new Win32::SysTray ( 'icon' => 'C:\images\logo.ico', 'single' => 1, ) or exit 0;