in reply to Getting MySQL Data into an Array.
@companies = map { $_->[0] } @{$dbh->selectall_arrayref('SELECT compan +y FROM company_public')};
--
Tatsuhiko Miyagawa
miyagawa@cpan.org
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Getting MySQL Data into an Array.
by Anonymous Monk on Jan 06, 2002 at 23:37 UTC | |
|
Re: Re: Getting MySQL Data into an Array.
by cdherold (Monk) on Jan 07, 2002 at 08:34 UTC | |
by jeffa (Bishop) on Jan 07, 2002 at 10:08 UTC |