At 11:03 AM +0000 2000-03-15, James Donnelly wrote:
>Hello all,
>
>I would appreciate some help with an error message I'm getting. I can't
>find any reference to it in the manual.
>
>Database handle destroyed without explicit disconnect at ./auth_lib.pl line
>47, <STDIN> chunk 1.
>
>It only seems to occur when the preceding query returns no data.
This message occurs when you exit your script without calling
$dbh->disconnect(). Probably you are not doing that when the query
returns no rows.
--
Paul DuBois, paul@stripped