Help for this page

Select Code to Download


  1. or download this
            $inotify->watch ($watchdir, IN_ALL_EVENTS) or die "watch creat
    +ion failed" ;
            $0="cping: watch ready, waiting for activity (".scalar(localti
    +me()).")...";
            my @events = $inotify->read;
    
  2. or download this
     $inotify->blocking(0);
     ...
    ...
     if ($idle>$timelimit) {
       code();
     };