Re: Any "note" without the "say"?

2017-09-20 Thread ToddAndMargo
On 09/18/2017 10:23 AM, Andy Bach wrote: Er, I was referring more to the P5 behaviour of warn() - w/o a newline, its output, to stderr, included more info: $ perl -e 'warn("hi mom")' > /dev/null hi mom at -e line 1. $ perl -e 'warn("hi mom\n")' > /dev/null hi mom "note" appears to append

Re: can't adverb and infix

2017-09-20 Thread Elizabeth Mattijsen
> On 19 Sep 2017, at 13:04, Brandon Allbery wrote: > > On Tue, Sep 19, 2017 at 3:44 AM, Luca Ferrari wrote: > this will sound trivial, but the following piece of code that in my > mind should work does not: > > $mode = 'csv' if ( ! $mode.defined ||