-- def_macro hello my @in = map { chomp;length($_) ? $_ :() } (@ARGV,); chomp(@in); @in = "world" unless @in; print "Hello $_" for @in;