in reply to Re^2: Portability of glob function in a modern perl
in thread Portability of glob function in a modern perl
No - for the cases where I use glob, I always have use File::Glob qw(bsd_glob); at the top of my script. When using glob, bsd_glob is the sane and safe way.
|
---|