in reply to Re^4: Writing to file...
in thread Writing to file...
Glob can be a real mess.Could you give a concrete example? If this is the case, I would conclude that this is a bug to be reported. From doc:://File::Glob:
File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which is a superset of the POSIX glob() (described in IEEE Std 1003.2 "POSIX.2"). bsd_glob() takes a mandatory "pattern" argument, and an optional "flags" argument, and returns a list of filenames matching the pattern, with interpretation of the pattern modified by the "flags" variable. Since v5.6.0, Perl's CORE::glob() is implemented in terms of bsd_glob().
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Writing to file...
by Marshall (Canon) on Jul 24, 2009 at 20:40 UTC |