Python/C++ vs. Perl/C++

exceptions

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.

Comment on this topic