From: "David LANDGREN" <dlandgre at bpinet dot com> Subject: Re: Handling Errors Date: Feb 8 2002 1:44PM
|if($dbhndl eq "CS_FAIL") I would suspect you really want to be saying if( !defined( $dbhndl )) { # ... then die } David