in reply to •Re: loop thru 3-element array?in thread loop thru 3-element array?
my @tmp = @dynval3; while (my ($newname, $name, $val) = splice @tmp, 0, 3) { ... } [download]