> > A common problem with using glob on a network drive is that the > remote file system may be case sensitive. > It's mounted as a Windows directory, so it shouldn't be. > File::Find might work better, as you can use /i on matches... > That's an interesting suggestion, thanks. I may try that.