[perl #123888] Cannot change input-line-separator

2015-11-05 Thread jn...@jnthn.net via RT
On Mon Mar 09 00:51:53 2015, Mouq wrote: > On Sun Mar 08 17:53:18 2015, Mouq wrote: > > On Thu Feb 19 23:22:42 2015, hmbrand wrote: > > > > > > $ echo -n "A+B+C+D+" >xx.txt > > > $ perl -wE'$/="+";say while<>' xx.txt > > > A+ > > > B+ > > > C+ > > > D+ > > > $ perl6 -e 'use v6;$*IN.input-line-separ

[perl #123888] Cannot change input-line-separator

2015-02-19 Thread via RT
# New Ticket Created by H. Merijn Brand # Please include the string: [perl #123888] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123888 > $ echo -n "A+B+C+D+" >xx.txt $ perl -wE'$/="+";say while<>' xx.txt A+ B+ C+ D+ $ perl