I recently read \"Object Oriented Exception Handling in Perl\" Perl.com article. Is there any point to use exceptions in Perl?
"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 ;-)