in reply to Re^2: Timeout and kill
in thread Timeout and kill
Okay, you still don't need to use fork(). When you use backticks like that, perl runs that command in another process which you can kill - no fork() needed.
You may want to look at File::Find instead of glob. It makes this kind of thing easier.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Timeout and kill
by onelesd (Pilgrim) on Mar 20, 2012 at 19:00 UTC | |
by Eliya (Vicar) on Mar 21, 2012 at 02:33 UTC | |
by nelson64 (Initiate) on Mar 23, 2012 at 01:53 UTC | |
by nelson64 (Initiate) on Mar 23, 2012 at 02:06 UTC | |
by nelson64 (Initiate) on Mar 20, 2012 at 20:00 UTC | |
Re^4: Timeout and kill
by Anonymous Monk on Mar 20, 2012 at 18:43 UTC |