foreach my $row (reformat_major_minor(3, @cells)) { print "\n", (map " $_\n", @$row), "\n"; }