while ($sth->fetch) { print join("\t", $id, $name, $phone), "\n"; }