Help for this page
$csv->print($fh, $_) for @rows;
$csv->print($fh, \@row);
$csv->print($fh, $_) for \@rows;