in reply to change value in run time
It is not what you asked (I see someone else has stepped in there) but are you sure you want to assign elements of @$retrieve_ref? I thought fetchall_arrayref returned a reference to an array where each element was a reference to an array of row values. e.g., for select * from table where table has 2 fields in it I thought fetchall_arrayref returns:
[[row1field1, row1field2], [row2field1, row2field2]...]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: change value in run time
by xiaoyafeng (Deacon) on Oct 23, 2008 at 16:30 UTC |