6/17/03 22:42:33, [EMAIL PROTECTED] wrote: >Michael Lemke wrote: > >!Just a guess: is this maybe the same bug I reported >!earlier in a different thread: >! http://archive.develooper.com/[EMAIL PROTECTED]/msg06735. >!html >! >!If so, then this should really be fixed in vms.c (I >!haven't gotten around it yet). > >I think that the File::Find bug is unrelated the the "call sys$search() for >argv with >"<" characters in it" problem that you were reporting on. >
No, it has nothing to do with argv. A file wildcard search fails for something like @x=<../lib/*.t>; It returns a full path with the upper directory but omitting lib. This results in something completely useless. It only happens for ../ wildcards. Michael
