Can I somehow change the default file permissions when using the store function from Storable?
| ||||
|
feedback
|
|
There are a couple of different approaches to this. (Of course there are; it's Perl :-) ) First option: use Second option: use Third option: use The first option is conceptually better because it allows the user to tighten permissions further by controlling the umask themselves. (Try | |||||||||||||
feedback
|