On Sat, 27 Aug 2005 14:07:09 +0300, Octavian Rasnita wrote: > What do you think, if the most important is the speed, which method is > recommended to get the results of a DBI query? > > fetchrow_arrayref > or > fetchrow_array > > (I guess that fetchrow_hashref has the lowest speed).
That wasn't one of your choices. Don't guess, measure. perldoc Benchmark. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
