in reply to Re: checking for existence of a file in perl
in thread checking for existence of a file in perl

Per the docs, this is better written as:
if (-f $path && -r _ && -x _)