Is object oriented exception handling in Perl worth it?

前端 未结 4 1796
小鲜肉
小鲜肉 2020-12-04 01:32

I recently read \"Object Oriented Exception Handling in Perl\" Perl.com article. Is there any point to use exceptions in Perl?

4条回答
  •  [愿得一人]
    2020-12-04 02:00

    "is there any point to use exceptions in Perl?"

    Yes, I highly recommend reading the "Error Handling" chapter in Perl Best Practices by Damian Conway.

    It certainly opened my eyes ;-)

提交回复
热议问题