ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
408 B
Text
7 lines
408 B
Text
File::Iterator wraps a simple iteration interface around the files in a
|
|
directory or directory tree. It builds a list of filenames, and maintains a
|
|
cursor that points to one filename in the list. The user can work through the
|
|
filenames sequentially by repeatedly doing stuff with the next filename that
|
|
the cursor points to until their are no filenames left.
|
|
|
|
WWW: https://metacpan.org/release/File-Iterator
|