Menu

New guideline - Exception Handling

After researching about Exception Handling in other languages, such as Java, C++ or even Pascal I discovered a wonderfull module in CPAN, called Error. This module implements the try/catch/excecpt/otherwise/finally syntax in a OO-ish way (as the module documentation says). You must create classes for the exception and uses the throw method to raise them.
see at http://http://search.cpan.org/doc/UARUN/Error-0.15/Error.pm

Posted by Daniel Ruoso 2001-12-05

Log in to post a comment.