Help for this page

Select Code to Download


  1. or download this
    #sleep 10;
    &non_blocking_delay( 10000 );
    ...
       ;
    }
    
  2. or download this
    Glib::IO->add_watch( fileno $fh, [ qw/in/ ], \&watch_callback, $fh );
    
    ...
    }
                                                                    
    }