Skip to content

Commit

Permalink
Add se section about P5built-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 14, 2018
1 parent 795b3d9 commit 35a3804
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/Language/5to6-nutshell.pod6
Expand Up @@ -53,6 +53,14 @@ A number of Perl 5 modules have been ported to Perl 6, trying to maintain
the API of these modules as much as possible, as part of the CPAN Butterfly
Plan. These can be found at L<https://modules.perl6.org/t/CPAN5>.
Many Perl 5 built-in functions (about a 100 so far) have been ported to
Perl 6 with the same semantics. Think about the C<shift> function in Perl 5
having magic shifting from C<@_> or C<@ARGV> by default, depending on context.
These can be found at L<https://modules.perl6.org/t/Perl5> as separately
loadable moduels, and in the
L<P5built-ins|https://modules.perl6.org/dist/P5built-ins> bundle to get them
all at once..
=head1 Syntax
=head2 Identifiers
Expand Down

0 comments on commit 35a3804

Please sign in to comment.