http://qs1969.pair.com?node_id=1069754


in reply to Accessing HASH pushed into @array ('strict refs' in use error)

That should be (note the backslash):
push @array, \%result;

Dave.