in reply to Re^3: global regex returning a list of arrays?
in thread global regex returning a list of arrays?
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
|
|---|