An iterator is just as good as a list:
while (defined ($item = $iterator->())) { # Do something with this $item }