in reply to Re: DBI not returning value that MySQL client does
in thread DBI not returning value that MySQL client does

Only a very small point but it is unnecessary to call finish after fetchall_arrayref and the DBI documentation for finish suggests you should use it with care.

  • Comment on Re^2: DBI not returning value that MySQL client does