Help for this page
print join(',', @$row), "\n";
foreach my $element (@$row) { ... print "$element,"; ### print it with a comma } print "\n";