# Make sure we can read the file, honoring ACLs.
if ( !main::ISMAC ){
use filetest 'access';
return 0 if ! -r $fullpath;
}
-- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
