in reply to Re: appending data to a file
in thread appending data to a file
while ( @row = $sth->fetchrow_array ) { print "@row\n"; }
That said, it seems to me that you'd likely run into trouble if the return value were ever an empty string ("") or something else that evaluates to FALSE.
|
---|