Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/blogs.perl.org/perl6.party/ for extended .rotor coverage
perl6.party has better styles and offers in-browser code executes for readers to play with the code examples shown.
  • Loading branch information
zoffixznet committed Jul 14, 2016
1 parent 7d2fc8c commit 77689a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/List.pod6
Expand Up @@ -934,7 +934,7 @@ Combining multiple cycles and C<:partial> also works:
say ('a'..'h').rotor(1 => 1, 3 => -1, :partial).join('|');
# a|c d e|e|g h
See L<this blog post for more elaboration on rotor|http://blogs.perl.org/users/zoffix_znet/2016/01/perl-6-rotor-the-king-of-list-manipulation.html>.
See L<this blog post for more elaboration on rotor|http://perl6.party/post/Perl-6-.rotor-The-King-of-List-Manipulation>.
=head2 routine zip
Expand Down

0 comments on commit 77689a8

Please sign in to comment.