while(@row = $sth->fetchrow_array) { print qw($row[0]\t$row[1]\t$row[2]\n); }