in reply to perldb.ini permission problem on Windows 11

When you run perl's stat() on it, what do the mode bits show? I agree that Unix permission checks don't make much sense on Win32, but I'm guessing perl will use stat() to check ($uid==0 or $uid==$< ) and !($mode & 0x12). Keep checking those values as you experiment with windows permissions on the file.

Replies are listed 'Best First'.
Re^2: perldb.ini permission problem on Windows 11
by PUCKERING (Sexton) on Sep 19, 2022 at 22:28 UTC
    Thanks for the suggestion.

    See my comments below, for an update.