$hashref = $st_handle->fetchrow_hashref
hashref
st_handle
Fetches the next row of data, returning a hash reference containing the field values. The keys of the hash are the same as $st_handle->{NAME}.
$st_handle->{NAME}
Copyright © 2001 O'Reilly & Associates. All rights reserved.