Wouldn't it be better/faster to just do this:push @{$results}, { map { $_, $row->{$_} } keys %{$row} };
You already have a hash reference, why recreate it?push @{$results}, $row;
In reply to Re: Re: Re: Code factory
by duct_tape
in thread Code factory
by Notromda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |