http://www.perlmonks.org?node_id=958839


in reply to Re^2: Why is perl not honouring SIGSTOP?
in thread Why is perl not honouring SIGSTOP?

I am using Ubuntu and perl can be stoped with SIGTSTP and then be resumed without problem.

Tried with this prog: $ perl -E 'for (0..100) { say; sleep 1};'