Perl has no built-in exceptions, as do C++ and Python. Perl uses an "eval block" to catch calls to die. Python and C++ have a built-in heirarchy of exception classes. Conclusion: Perl sucks.
die
Comment on this topic