start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: fetchrow_arrayref Chapter 12
Databases and Perl
Next: Reference: finish
 

fetchrow_hashref

 $

hashref

 = $

st_handle


->fetchrow_hashref

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} .


Previous: Reference: fetchrow_arrayref Perl in a Nutshell Next: Reference: finish
Reference: fetchrow_arrayref Book Index Reference: finish

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.