in reply to Help checking program return values

Is there a module or library I can use to automatically catch all of the "bad" return values so I don't have to code all of the enumerations of signals and return values myself?

IPC::System::Simple has some pretty nice error handling. For other modules, see my post here.

  • Comment on Re: Help checking program return values