$|=1; $_code=' sleep 1, print for (1..100)'; eval { local $SIG{ INT } = sub{die;}; eval $_code }; print "after interrupt"; eval $_code; # again w/o wrapper
I'll post again when I got it integrated within the debugger!
Cheers Rolf
In reply to Re^2: Stopping hanging commands (evals) within debugger
by LanX
in thread Stopping hanging commands (evals) within debugger
by LanX
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |