and don't forget good old join:
while ( my @row = $sth->fetchrow_array ) { print FINAL join("\n", @row), "\n"; } [download]
In reply to Re^2: Array results by ikegami in thread Array results by ParisR