in reply to file test operators and acl

AFAIK, Perl's filetest operators just look at permission bits. To test an ACL, you'll need to either parse your system's ACLs (possibly using a module from CPAN) or else just try to read/write to the file and see if it fails with EPERM.