Another tip: In the find sub, $_ is equivalent to File::Find::name, so you could do:
find sub { push @messages, $_ if (-d $_ && !/^\.+$/); }, $dir
In reply to Re: using File::Find for reading files in order
by hbm
in thread using File::Find for reading files in order
by Ashes.cfg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |