Help for this page
use constant OTHER_READ => 0004 use constant OTHER_WRITE => 0002; ... use constant OWNER_READ => 0400; use constant OWNER_WRITE => 0200; use constant OWNER_EXEC => 0100;
use constant OTHER_READ => sprintf("%.4o", 0004)