Your issue isn't with print, it's with fetchrow_hashref. The following is very suspicious:
while (@row = $db->fetch_assoc($row[0]))
You are using a row in an array as an argument to define that array. That doesn't make sense to me. I suspect that somewhere in the bowels of fetch_assoc() is a call to fetchrow_hashref that uses the parameter passed to the former as a parameter for the latter. That would explain the observed error message.
In reply to Re: Issue with Print
by GotToBTru
in thread Issue with Print
by Ashley Jordan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |