in reply to Re^2: How to interrupt regular expression matching?
in thread How to interrupt regular expression matching?

Because perl normally only acts on most signals between operations and a match is a single operation.
  • Comment on Re^3: How to interrupt regular expression matching?