in reply to Programmers Nostrums

common exit
I like my last, next, redo, return, die, exec, exit and goto-&* too much to go back to Pascal.

*Did I miss any?

Replies are listed 'Best First'.
Re^2: Programmers Nostrums
by kyle (Abbot) on Nov 25, 2009 at 16:47 UTC

    Does %SIG fit into that list?

      I considered that, but if %SIG breaks "common exit", then any subroutine or function call would, wouldn't? Assuming the handler doesn't terminate the process, a signal handler returns to the point where the block was left, so it's not more an exit that calling any other sub.