Combinations with repetitions/Square digit chain: Difference between revisions

Content added Content deleted
m (Fix Perl 6 -> Raku calling conventions)
m (→‎{{header|Perl}}: Fix-up Perl 6 -> Raku references)
Line 334: Line 334:


=={{header|Perl}}==
=={{header|Perl}}==
{{trans|Perl 6}}
{{trans|Raku}}
<lang perl>use strict;
<lang perl>use strict;
use feature 'say';
use feature 'say';