DBI Help

From: Brett Baisley (baisley_at_hotmail.com.REMOVETHIS)
Date: 03/16/04


Date: Mon, 15 Mar 2004 23:35:51 GMT

Hello

I was told that for my Perl/CGI assignment to use a foreach loop, something
like:

foreach $row (sth->fetchrow_array) {

}
(where sth is the sql handler that was used to query the database)

Now what I want to do is add all of the values returned by the query to an
array.

Any suggestions?



Relevant Pages