ports/devel/p5-File-Find-Object/pkg/DESCR

7 lines
356 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
File::Find::Object does the same job as File::Find but works like
an object and with an iterator. As File::Find is not object oriented,
one cannot perform multiple searches in the same application. The
second problem of File::Find is its file processing: after starting
its main loop, one cannot easily wait for another event and so get
the next result.