Help for this page

Select Code to Download


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