I would also suggest getting a copy of Programming Perl and checking out the chapter entitled "References and Nested Data Structures." There's more information there than any of us could possibly explain in a single e-mail.
Brian McCain PageMasters Internet Group ----- Original Message ----- From: "Mat Harrison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 12:34 PM Subject: retrieving lots of rows > I know about using > > @results = $sth->fetchrow_array(); > > but that only gets one row. I have read about fetchall_arrayref but what > does this do, how do i use it and what is an array reference? > > -- > Matthew Harrison > Webmaster > www.genestate.com > [EMAIL PROTECTED] > >
