Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
     print "\n\n";
     sleep 10;
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    Gtk2->main_quit;
    return FALSE;
    }
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    Gtk2->main_quit;
    return FALSE;
    }
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $window2->show_all();
    
    Gtk2->main;
    
  5. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    return FALSE;
    }
    
  6. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    return FALSE;
    }