in reply to Re^2: subroutine prototypes still bad?
in thread subroutine prototypes still bad?

Are you referring to the try inside a try? That inside "try" is meant to be some other function call. :)

I have used Error.pm in long-running network daemons without many problems. I am aware that closures may cause memory leaks, but haven't run into one related to Error.pm