in reply to Re^4: Writing Multiple Recordsets into a CSV filein thread Writing Multiple Recordsets into a CSV file
while( my $row = $_read_sth->fetchrow_arrayref() ) { print Dumper $row; } [download]