my @array_of_structs = (\%struct1, $struct2_ref, {data => 1, pointers => []}); push @array_of_structs, \%new_struct;