And while you're waiting for the book to arrive you could try
executing the commands:
perldoc perlreftut (if included in your perl version)
perldoc perlref
Tim.
On Thu, Apr 25, 2002 at 12:58:10PM -0700, Brian McCain wrote:
> 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]
> >
> >
>