On Tue, Jun 25, 2013 at 10:43 PM, Father Chrysostomos via RT < perlbug-followup@perl.org> wrote: > On Tue Jun 25 18:12:46 2013, davidnicol@gmail.com wrote: > > > > Me too! And while we're on the subject, it should allow space between the > > angle brackets and the bareword terminator. > > That would break << cmp <<, which currently works: > > $ perl -Xle 'print << cmp <<; ' -ea -e '' -eb -e '' -e '' > -1 > $ perl -Xle 'print << cmp <<; ' -eb -e '' -ea -e '' -e '' > 1 > > I think that's what you said the last time, too, so I had the patch special-case all the bareword infix operators, including eq, lt, gt, ge, le as well as cmp.Thread Previous | Thread Next