leocharre has asked for the wisdom of the Perl Monks concerning the following question:
I'm using File::Find::Rule, I love it.
I set up an interface for users to seek files.
Thing is, I have a million files to search.
And I would like users to not enter any parameters, and just return a list of all files (results are paged).
With so many files, the File::Find::Rule object just keeps going and going and going... is there a way to set a limit to the iterations ? I can't find something in the docs.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Is there a way to set max results on File::Find::Rule?
by runrig (Abbot) on Dec 20, 2007 at 02:01 UTC | |
Re: Is there a way to set max results on File::Find::Rule?
by tachyon-II (Chaplain) on Dec 20, 2007 at 02:30 UTC | |
by doom (Deacon) on Dec 21, 2007 at 04:54 UTC | |
by leocharre (Priest) on Jan 02, 2008 at 14:36 UTC | |
Re: Is there a way to set max results on File::Find::Rule?
by aquarium (Curate) on Dec 20, 2007 at 02:57 UTC | |
by tachyon-II (Chaplain) on Dec 20, 2007 at 05:01 UTC | |
Re: Is there a way to set max results on File::Find::Rule?
by petdance (Parson) on Dec 21, 2007 at 23:14 UTC |