in reply to Kill a perl script execution in windows
$event = Win32::Event->new([$manual, [$initial, [$name]]]) Constructor for a new event object. If $manual is true, you must manua +lly reset the event after it is signalled (the default is false). If +$initial is true, the initial state of the object is signalled (defau +lt false). If $name is omitted or undef, creates an unnamed event obj +ect. If $name signifies an existing event object, then $manual and $initial + are ignored and the object is opened. If this happens, $^E will be s +et to 183 (ERROR_ALREADY_EXISTS).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Kill a perl script execution in windows
by BrowserUk (Patriarch) on Feb 18, 2013 at 13:44 UTC | |
by nikosv (Deacon) on Feb 18, 2013 at 16:06 UTC |