Why not use File::Find::find's preprocess option? Something along the lines of
File::Find::find({preprocess=>sub { return sort {uc $a cmp uc $b} @_ }, wanted=>sub { return if (-d); say $_; } },@ARGV);
In reply to Re: Something like File::Find with sorting
by clueless newbie
in thread Something like File::Find with sorting
by Doctrin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |