Help for this page

Select Code to Download


  1. or download this
     Event->idle(min=>$mint,max=>$maxt,
     cb=> [$sth,"method"],
     max_cb_tm=>$timeout,);
    
  2. or download this
    sub vicous {
    #....
    ...
     };
    #...
    }
    
  3. or download this
     alarm(10000);
     vicious();
     alarm(0);
    
  4. or download this
    sub vicious {
    #...
    ...
    alarm(10);
    vicious();
    alarm(0);