in reply to array references in DBI
This almost identical code will not work
with the keyword my is missing:
while ( @an = $sth->fetchrow_array) { push (@OrderedQuestions, \@an); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: array references in DBI
by BrianC (Acolyte) on May 13, 2006 at 16:14 UTC | |
by bart (Canon) on May 15, 2006 at 11:35 UTC |