aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-File-Find-Object/pkg-descr
blob: a222156b29ccf518ec88e7c9d8ac8685d55c32c0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                                                      
                                                                 





                                                                
File::Find::Object does 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 an so get the next
result.

With File::Find::Object you can get the next file by calling the
next() function, but setting a callback is still possible.

WWW:	http://search.cpan.org/dist/File-Find-Object/