in reply to •Re: loop thru 3-element array?
in thread loop thru 3-element array?

I do this like:
my @tmp = @dynval3; while (my ($newname, $name, $val) = splice @tmp, 0, 3) { ... }