First, thank you very much.
>1: print '218'.subst(rx/^18/, 3);
Great, this works for me.
It was a real effort for me to figure out how "
s///r" works in Perl6... It turned out to have a completely different syntax, but I do miss the Perl5's version: it's so concise, and since it is like a mother language, it can't be obfuscated anyway. I hope Perl6 can still allow the Perl5's sed syntax, conforming to TMTOWTDI. :-)
>2: this is supposed to work with substr-rw, but doesn't with current rakudo.
I see.
>3: Sorry, I don't even understand what this code does in Perl 5. Modifying and using a variable in the same statement is very detrimal for readability.
I will explain these code in the next post.
>4: labels and goto aren't implemented in Rakudo. You can use prompt, or for lines() { } (since lines() is a lazy list, it doesn't read all the lines upfront; this was broken in some earlier Rakudo versions, but should be fine in the 2012-12 and possibly the 2012-11 releases).
I am using version 2012-11, and it is slurping. but I wonder is the parentheses with "
lines()" mandatory? It doesn't seem like Perl's style though?
>I can recommend hanging out in the #perl6 IRC channel, we try to be helpful and friendly (and we succeed most of the time :-).
I will try that.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.