Help for this page

Select Code to Download


  1. or download this
    $notify = Win32::ChangeNotify->new($path, $subtree, 'FILE_NAME | LAST_
    +WRITE' );
    
  2. or download this
    use Win32::Event qw[ wait_any ];
    
    ...
    else {
        ## Wait timed out (only if timeout used)
    }