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); }
In reply to Re^2: DBI hashref does not return data in order of query
by hallikpapa
in thread DBI hashref does not return data in order of query
by hallikpapa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |