Remember that undef has been found to avoid calling the coderef again
This is useful when working with coderefs that defer to `$sth->fetchrow_arrayref`, which throws an error if called again after having returned undef (which signifies the end of the data stream) ``` DBD::mysql::st fetchrow_arrayref failed: fetch() without execute() ```
parent
5b751321
No related branches found
No related tags found
Please register or sign in to comment