Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
All the other files are marked read only except those in perl -V:installbin$ attrib C:\perl\5.12.2\lib\strict.pm A R C:\perl\5.12.2\lib\strict.pm $ attrib C:\perl\5.12.2\bin\perldoc.bat A R C:\perl\5.12.2\bin\perldoc.bat $ attrib C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe A C:\perl\5.12.2\bin\MSWin32-x86-multi-thread\perl.exe
I poked about the source tree, but I couldn't find where these attributes are set. This makes it seem they're set by default but where?
Any idea why they aren't read only?perl\win32/Makefile: attrib -r ..\t\*.* perl\win32/makefile.mk: attrib -r ..\t\*.*
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl.exe is not marked read only
by tod222 (Pilgrim) on Oct 17, 2010 at 02:55 UTC | |
by Anonymous Monk on Oct 17, 2010 at 06:59 UTC |