sysopen might be what you want:
use Fcntl qw( O_CREAT O_RDWR ); sysopen(FILE, "$file", O_RDWR|O_CREAT, 0755) ...
In reply to Re: set permissions automatically
by Chady
in thread set permissions automatically
by wolverina
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |