Content deleted Content added
Phil Boswell (talk | contribs) →[[C programming language|C]]: <source> |
Phil Boswell (talk | contribs) →[[Perl]]: <source> |
||
Line 263:
===[[Perl]]===
<source lang=perl>
eval {
# Code that could throw an exception (using 'die')
Line 270:
# Handle exception here. (The exception object is in $@)
}
</
=== [[PHP]] ===
|