in reply to Weird behaviour between CORE::Glob and File::Glob
1st calls &File::Glob::csh_glob
3rd calls &File::Glob::glob which calls &File::Glob::bsd_glob, just after noting that
"# File::Glob::glob() is deprecated because its prototype is different from CORE::glob() (use bsd_glob() instead)"
|
|---|