while (my $row = $sth->fetch()) { my ($parent_id, $id) = @$row; ... }