DBI Help
From: Brett Baisley (baisley_at_hotmail.com.REMOVETHIS)
Date: 03/16/04
- Next message: Al Franz: "Perl $eol feature changes in Outlook 2002 vs. 2003"
- Previous message: Gunnar Hjalmarsson: "Re: Please help, I'm a newb at perl and I can't figure this out."
- Next in thread: nobull_at_mail.com: "Re: DBI Help"
- Reply: nobull_at_mail.com: "Re: DBI Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Next message: Al Franz: "Perl $eol feature changes in Outlook 2002 vs. 2003"
- Previous message: Gunnar Hjalmarsson: "Re: Please help, I'm a newb at perl and I can't figure this out."
- Next in thread: nobull_at_mail.com: "Re: DBI Help"
- Reply: nobull_at_mail.com: "Re: DBI Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|