in reply to Re: pushing onto array is not working as intended..in thread pushing onto array is not working as intended..
%record = (); ... push @{$records}, { %record }; [download]
my %record; ... push @{$records}, \%record; [download]