for my $row ($table->rows) { say join "\t", map $_ // q(), @$row; }