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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: fetchrow_array Chapter 12
Databases and Perl
Next: Reference: fetchrow_hashref
 

fetchrow_arrayref

 

$arrayref

 = 

$st_handle


->fetchrow_arrayref

Fetches the next row of data, returning an array reference with the field values. Synonym for fetch .


Previous: Reference: fetchrow_array Perl in a Nutshell Next: Reference: fetchrow_hashref
Reference: fetchrow_array Book Index Reference: fetchrow_hashref

Library Navigation Links

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