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