Thanks all for your responses. We went with Michael's answer for this project, although I'd probably advocate the others that checked for "defined" for the future.
Thanks again! Rich Rich Jesse System/Database Administrator [EMAIL PROTECTED] QuadTech, Sussex, WI USA > -----Original Message----- > From: Michael Ragsdale [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 10:29 AM > To: Jesse, Rich > Subject: Re: Correct way to deal with returned NULLs? > > > You can place the following near the beginning of your script > to eliminate > those messages: > > $SIG{__WARN__} = sub { warn $_[0] unless $_[0] =~ > /uninitialized value/ }; > >
