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

SIGSTOP (19) - Stop process is an OS function. Perl plays (normally) no role in this. Of course it is possible to make a program do things like my text editor which interprets CTL-Z to mean "undo the last change". But basically, no Perl doesn't have anything to do with that.
  • Comment on Re^3: Why is perl not honouring SIGSTOP?