Help for this page
my @flat = map defined ? @$_ : (), @$aoa;
my @flat = map ref eq 'ARRAY' ? @$_ : (), @$aoa;