Help for this page

Select Code to Download


  1. or download this
    while( $Monitor->FindNext() )
    
  2. or download this
    sub FindNext { &reset }
    
  3. or download this
    while( 1 )
    {
    ...
        $Monitor->Wait( INFINITE );
        print "\t A change to $SCRIPT_PATH\n";
    }