@ARGV = ('grocery_list.txt', '-'); while(<>) { print " * $_"; }