Benjamin Goldberg wrote: > A better patch (imho) would be to make the "-l" operator return true for > filenames which end in ".lnk", and hack "readlink" on windows to grock > the format of shortcut files. Then, one could write: > > use lib readlink('shortcut.lnk'); > > Which would thus require no alteration of lib.pm. CORE::readlink() is overridable. You could do this in a module (Win32::Readlink ?) -- Umask is not *NIXThread Previous | Thread Next