Hi, the perl pragma
use filetest 'access'; looks like a good solution to this. It changes the behaviour of the filetest permission operations to use access(2) instead of stat(2). See 'perldoc -f -w' and 'perldoc filetest' for details. Note that this issue has been reported against the perl package as bug #311356. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

