1, 4, 7, A, D, G, J, M, P, S, V, Y #### my @AoA = map [split], ; print join( ', ' , @{ $AoA[ 0 ] } ) , "\n";