in reply to Re: DBI hashref does not return data in order of query
in thread DBI hashref does not return data in order of query
Any pointers on how to do that? Thanks again!my %xml_hash = ( dataset => [] ); while ( my $row = $sth->fetchrow_arrayref ) { push @{ $xml_hash{cdr} }, $row; #print Dumper($row); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBI hashref does not return data in order of query
by tuxz0r (Pilgrim) on Oct 23, 2007 at 02:32 UTC | |
by hallikpapa (Scribe) on Oct 23, 2007 at 02:57 UTC | |
by tuxz0r (Pilgrim) on Oct 23, 2007 at 14:20 UTC | |
by hallikpapa (Scribe) on Oct 23, 2007 at 17:18 UTC |