in reply to Long Directory Names

If you use the glob() function on Windows, you need to use File::DosGlob - otherwise globbing won't work the way you expect it to work. This also applies to hidden uses of glob() with the angle operator, like @files = <*.*>;.

Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com