libtrycatch-perl

first class try catch semantics for Perl

Description

TryCatch aims to provide a nicer syntax and method to catch errors in Perl, similar to what is found in other languages (such as Java, Python or C++). The standard method of using "eval {}; if ($@) {}" is often prone to subtle bugs, primarily that its far too easy to stomp on the error in error handlers. And also eval/if isn't the nicest idiom.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://search.cpan.org/dist/TryCatch/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libtrycatch-perl