Next Tricks of the Wizards 174

Iterator Operations

        while (defined ($item = $iterator->())) {
          # Do something with this $item
        }


Next Copyright © 2003 M. J. Dominus