Why bother with eval?
if( grep -e $_, @ARGV ) { print "At least one file exists\n"; } else { print "None exist\n"; } [download]
In reply to Re^2: The or thing. by Fletch in thread The or thing. by nasa