# New Ticket Created by Dan Jacobson # Please include the string: [perl #25244] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=25244 > perl doesn't say "perl:" $ perl a Can't open perl script "a": No such file or directory bash doesn't say "bash", and says 'a' twice: $ bash a a: a: No such file or directory Both make it tough to figure out where the message came from, when seen amongst other messages. Only grep gets it right $ grep x a grep: a: No such file or directory