in reply to Re: how to determine of fetchrow_Arrayref is empty?
in thread how to determine of fetchrow_Arrayref is empty?
When you no longer have any rows fetchrow_arrayref will return undef which will cause problems when you attempt to dereference it. Better to do this implementation: Re: how to determine of fetchrow_Arrayref is empty?.
|
|---|