foreach (@array) { @hash{qw} = split /\|/; push @AoH, {%hash}; }; #### foreach (@array) { push @AoH, { @{ qw } = split /\|/} ; };