in reply to Re^2: Writing unix-style filters
in thread Writing unix-style filters

No; actually, it will not, because the -f test operator here is not being applied to the strings which are returned from the <>. Perhaps it should be; in which case you'd have a very good point.

chomp( @files = @ARGV ? @ARGV : <> ); @files = grep { -f $_ } @files;
A word spoken in Mind will reach its own level, in the objective world, by its own weight