$arrayref = $st_handle->fetchrow_arrayref
$arrayref
$st_handle
Fetches the next row of data, returning an array reference with the field values. Synonym for fetch.
fetch
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]