in reply to Weird behaviour between CORE::Glob and File::Glob

Try using `perl -d:ptkdb -e ....`
(Assumes that Devel::ptkdb is installed)

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)"

  • Comment on Re: Weird behaviour between CORE::Glob and File::Glob