t / t4018 / perl-sub-definitionon commit t/t5100: no need to use 'echo' command substitutions for globbing (6ffd3ec)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}