- or download this
use strict;
use warnings;
...
print("$count\n");
sleep(2);
}
- or download this
2
2
...
3
4
Terminating on signal SIGINT(2)
- or download this
use strict;
use warnings;
...
my $notify = Win32::ChangeNotify->new($path, 0, FILE_NOTIFY_CHANGE_
+DIR_NAME|FILE_NOTIFY_CHANGE_FILE_NAME);
$notify->wait or die;
}
- or download this
2
3
4
Terminating on signal SIGINT(2)