# New Ticket Created by  H. Merijn Brand 
# Please include the string:  [perl #123888]
# in the subject line of all future correspondence about this issue. 
# <URL: 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+
$ perl6 -e 'use v6;$*IN.input-line-separator="+";.say for lines():eager' xx.txt
A+B+C+D+

-- 
H.Merijn Brand  http://tux.nl   Perl Monger  http://amsterdam.pm.org/
using perl5.00307 .. 5.21   porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/        http://www.test-smoke.org/
http://qa.perl.org   http://www.goldmark.org/jeff/stupid-disclaimers/

Attachment: pgp19Pnk_c8wH.pgp
Description: PGP signature

Reply via email to