I recently read ‘Object Oriented Exception Handling in Perl’ Perl.com article. Is there any point to use exceptions in Perl?
I recently read Object Oriented Exception Handling in Perl Perl.com article. Is there any
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I should note that the article you referenced is old, and that you should now use Exception::Class instead of Error.pm, which is quirky and tends to break (it’s what I call ‘black magick’). I should note that I am now the Error.pm maintainer, but I no longer recommend it or make use of it for my own code.