"be consistent" | |
PerlMonks |
Re: File::Glob Ignores Dot Filesby Aristotle (Chancellor) |
on Nov 26, 2003 at 11:10 UTC ( [id://310198]=note: print w/replies, xml ) | Need Help?? |
This is known, expected and desired behaviour. The proper glob pattern to include all files other than . and .. is {[^.],.[^.],.??*,*}
Makeshifts last the longest.
In Section
Seekers of Perl Wisdom
|
|