# New Ticket Created by yary
# Please include the string: [perl #66606]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66606 >
yaryperl6: (my @random_numbers).push: int 10.rand for ^3; say
@random_numbers.join: ' ';
12:
At the moment string ranges are only defined for certain subsets of
Unicode. See the description under "Autoincrement precedence" in
Synopsis 3.
More to the point, if you want to cycle through a range of codepoints,
you probably want:
map { .chr }, 44032..45208;
I agree that the string form
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #66596]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66596 >
Hi,
multi to-json(Str $d) {
$d.trans(['"'] => ['\"']).subst(/<-[\c0..\c127]>/, { "a"
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #66588]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=66588 >
Submitting the below message as a bug per John's request.
-- Forwarded message