No:
c:\windows\system32>perl -wle "print for glob shift" "C:/Program Files +/*" C:/Program
Using File::Glob::bsd_glob works as it should:
c:\windows\system32>perl -MFile::Glob=bsd_glob -wle "print for bsd_glo +b shift" "C:/Program Files/*" C:/Program Files/HP
... but the direction of slashes does not matter:
c:\windows\system32>perl -MFile::Glob=bsd_glob -wle "print for bsd_glo +b shift" "C:\Program Files\*" C:\Program Files\HP
In reply to Re^3: Removing glob
by Corion
in thread Removing glob
by perl_mystery
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |