YAPC::NA 2007

June 25-27, Houston, TX

Perl Modules for Exceptions, Logging, and Parameter Validation

Perl Modules for Exceptions, Logging, and Parameter Validation

By Dave Rolsky (‎autarch‎) from MN.pm
Date: Monday, June 25, 2007 03:10 PM
Duration: 50 minutes
Language:


This talk covers a few different programming practices that can improve the quality of your code, focusing on available CPAN modules for these practices.

First, we'll cover parameter validation and assertions. Next, we'll talk about error handling, specifically return codes and exceptions. Finally, we'll examine logging.

The goal of this presentation is to help you expand your toolkit for writing reliable code in a defensive programming style.