[tpm] Glob problem

Liam R E Quin liam at holoweb.net
Fri Oct 23 11:02:10 PDT 2009


On Fri, 2009-10-23 at 12:53 -0400, arocker at vex.net wrote:
> I'm having a problem with a glob statement.
> 
> It is perfectly valid, and returns expected results when applied to a
> local (Windows) directory, but fails to match similar filenames in a
> remotely connected directory.

A common problem with using glob on a network drive is that the
remote file system may be case sensitive.

File::Find might work better, as you can use /i on matches...

Liam



-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org



More information about the toronto-pm mailing list