unshift(@ARGV, '-') unless @ARGV;           while ($ARGV = shift) {               open(ARGV, $ARGV);               while () {                   ...         # code for each line               }           }