@ARGV = map{glob} @ARGV; .... #### my @smaller_than_1000 = grep { -s $_ < 1000 } glob("@ARGV"); ....