On Mon, Nov 23, 2015 at 9:30 AM, Abigail <abigail@abigail.be> wrote: > I use > > print STDERR "bla bla"; > > quite often. > Neither "print" nor "STDERR" are barewords in that program. A bareword is an identifier treated as a string since it has no other meaning. "print" is treated as an operator, and "STDERR" as a glob(?).Thread Previous | Thread Next