Help for this page

Select Code to Download


  1. or download this
    if ( time > $NEXT_TIME )
    {
      print "Change file\n";
      thread_log();
    }
    
  2. or download this
    sub thread_log
    {
    ...
    
    $NEXT_TIME = $NEXT_TIME + 60;
    }