- or download this
my $timer = Glib::Timeout->add (100,\&show_refresh);
# timer will run until callback returns false
- or download this
#!/usr/bin/perl
use strict;
...
$mw->show_all();
}
- or download this
#!/usr/bin/perl
######################################################################
+
...
main Gtk2;