aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-002/alexdaniel/perl6/ch-1.p62
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-002/alexdaniel/perl6/ch-1.p6 b/challenge-002/alexdaniel/perl6/ch-1.p6
index 9c3ed12b20..7782c6dcea 100644
--- a/challenge-002/alexdaniel/perl6/ch-1.p6
+++ b/challenge-002/alexdaniel/perl6/ch-1.p6
@@ -6,4 +6,4 @@
# the integers. So it's just a neat example on how to do unicode-aware
# number matching.
-put S:r/^[ <:Nd> & <:Numeric_Value(0)> ]* <before <:Nd>+$>// for lines
+put S:r/^[ <:Nd> & <:Numeric_Value(0)> ]* <before <:Nd>+$>// for @*ARGS