in reply to Re^2: perl DBI question about fetchrow_arrayref()
in thread perl DBI question about fetchrow_arrayref()

Thank you Sabarinathan. This thing really confuses me.

now I understand, that when I used push, the ref finally pointed to the last record, so when I deferenced it, all the values became the last record.

  • Comment on Re^3: perl DBI question about fetchrow_arrayref()