Skip to content

Conversation

avar
Copy link

@avar avar commented Jul 31, 2016

I went through the guide, spotted some bugs. This fixes them.

avarbkng added 3 commits July 31, 2016 21:13
So instead let's join this up and say() it. Having a password "l i k e
t h i s" is rather useless.
So that in a terminal this prints a newline, which is friendlier.
Before:

    $ echo 'hi there you' >example.txt
    $ perl6 -ne 'say s/(\w+){}/{$0.uc}/' example.txt
    「hi」
     0 => 「hi」

Now:

    $ perl6 -pe 's/(\w+){}/{$0.uc}/' example.txt
    HI there you
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants