Duncan Murdoch wrote: > In Windows, filenames are not case sensitive, so
its's filesystem property rather than OS. linux accessing windows mounts also will behave this way, yet linux have mount option for case forgiveness, so you have this configurable under linux. > > perl install > > or > > perl INSTALL > > do the same thing. However, parl is case sensitive, so I get > > $ parl scripts.par install > PAR.pm: Can't open perl script "install": No such file or directory at > C:/aperl58/site/lib/PAR.pm line 390. > > when the actual filename is INSTALL inside scripts.par. PAR creates MD5 hash for its file names, may be this makes it unhappy? Are these files present in scripts.par, and what names of them? Vadim.
