Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-File-Iterator / pkg-descr
1 File::Iterator wraps a simple iteration interface around the files in a
2 directory or directory tree. It builds a list of filenames, and maintains a
3 cursor that points to one filename in the list. The user can work through the
4 filenames sequentially by repeatedly doing stuff with the next filename that
5 the cursor points to until their are no filenames left.
6
7 WWW: http://search.cpan.org/dist/File-Iterator/