I've read numerous articles on the internet, and I haven't come to a clear conclusion yet: What form of error handling is best in Perl? I've seen try/catch with Error.pm, eval/die with Exception.pm, and just plain old eval/die. What's the best way to go about creating a robust error handler?