my $cell = 0; for my $hex (@hexSs) { print "", "$hex

", "$hex"; if (++$cell >= 6) { $cell = 0; print "\n"; } }