in reply to Re^3: global regex returning a list of arrays?
in thread global regex returning a list of arrays?

Probably not much help in this particular case...

actually it's getting better now! :D

....it's possible to take the values of the hash!

 push @pairs, [ values %+ ] while $s =~ m{ (?<A>[[:alpha:]]) (?*[[:alpha:]]) }xmsg;

unfortunately the hash is not set when the groupings are not named ... :(

Cheers Rolf