in reply to Re^2: Decompose a String into Tuples (Faster and Compact Way)in thread Decompose a String into Tuples (Faster and Compact Way)
my $aref = [ map [split], $s1 =~ /(?=([a-z]\s*(?:\S+\s*){2}))\S+\s*/gi + ]; [download]