On 10/8/18 4:16 AM, ToddAndMargo via perl6-users wrote:
On 10/8/18 1:49 AM, Elizabeth Mattijsen wrote:
https://www.nntp.perl.org/group/perl.perl6.users/2018/10/msg5957.html

Actually, I was looking for the article you wrote
about Perl 6 signatures.  And I was looking to see
what else you had written (as articles).

$ p6 'my $x="a\nb\nc\nd"; for split( "\n", $x ) -> $Line { say $Line };'
a
b
c
d

Reply via email to