order is not documented but it works !!!use File::Find::Iterator; my $find = File::Find::Iterator->create(dir => ["."], order => sub { $_[0] cmp $_[1] } ); while (my $f = $find->next) { last if $d =~ /^d/i; .... do some thing };
In reply to Re: File::Find exit
by texmec
in thread File::Find exit
by sweetblood
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |