Exceptions: Difference between revisions

Line 705:
 
=={{header|Perl}}==
 
Perl 5 does not actually support exceptions at all, but they can be simulated with:
 
# throw an exception
Anonymous user