> An alternative is to load File::Glob and set $File::Glob::DEFAULT_FLAGS > (also undocumented, I'm afraid) to your preferred set of GLOB_* flags, > and then use glob() in the usual way. > > As far as I can see, the results you are seeing are as expected for > the default settings (GLOB_CSH along with GLOB_NOCASE on certain > systems, for historical reasons of csh compatibility). > > Volunteers to improve the documentation are always welcome. :) > > Hugo Thanks for the informative and comprehensive reply! I'll take a look at the documentation contribution process; if you have a direct hyperlink to the cvs that would be appreciated. I agree, documentation is the best place to address the expected but non-obvious output ;). Dave ShivakThread Previous | Thread Next