Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc fixes #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Misc fixes #22

wants to merge 3 commits into from

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