Re: [Perl-unix-users] Discrepancy between File::Find behaviour on Solaris and Win32

2004-11-10 Thread $Bill Luebkert
Adrian Bowden wrote: > I'm using the preprocess operation to sort directories and files numerically > by a 3 digit prefix on the directory name and file name. What I'm after is a > listing of a directory tree sorted first numerically by directory name and > then numerically by filename within a

[Perl-unix-users] Discrepancy between File::Find behaviour on Solaris and Win32

2004-11-10 Thread Adrian Bowden
I'm using the preprocess operation to sort directories and files numerically by a 3 digit prefix on the directory name and file name. What I'm after is a listing of a directory tree sorted first numerically by directory name and then numerically by filename within a directory. As an example, th