in reply to Re: The or thing.
in thread The or thing.

Why bother with eval?

if( grep -e $_, @ARGV ) { print "At least one file exists\n"; } else { print "None exist\n"; }