Help for this page
#!/usr/bin/perl use warnings; ... $icon->show_all; Gtk2->main;
#!/usr/bin/perl -w use strict; ... MainLoop;