in reply to The or thing.

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: The or thing.
by Fletch (Bishop) on Feb 17, 2006 at 13:53 UTC

    Why bother with eval?

    if( grep -e $_, @ARGV ) { print "At least one file exists\n"; } else { print "None exist\n"; }
Re^2: The or thing.
by Anonymous Monk on Feb 17, 2006 at 08:22 UTC
    eval-ing @ARGV is dangrous, perldoc perlsec