Wood, William wrote: > anyone have a suggestion of how to implement a centralized error > handling technique similar to the sybperl exported routine approach or > is the __DIE__ method my only option? DBI has a HandleError attribute that accepts a subroutine. -Doug