- or download this
use File::Glob ':globally';
#...............^
- or download this
P:\test>perl -MFile::Glob=globally -de1
...
"globally" is not exported by the File::Glob module
Can't continue after import errors at -e line 0
BEGIN failed--compilation aborted.
- or download this
P:\test>perl -MFile::Glob=:globally -de1
...
main::(-e:1): 1
DB<1> Config::DESTROY(c:/Perl/lib/Config.pm:1198):