From 35a3804b6203f80668f9054edb052489002bca5c Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Thu, 14 Jun 2018 18:11:22 +0200 Subject: [PATCH] Add se section about P5built-ins --- doc/Language/5to6-nutshell.pod6 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/Language/5to6-nutshell.pod6 b/doc/Language/5to6-nutshell.pod6 index f3e72f1e5..a14e57dc4 100644 --- a/doc/Language/5to6-nutshell.pod6 +++ b/doc/Language/5to6-nutshell.pod6 @@ -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. +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 function in Perl 5 +having magic shifting from C<@_> or C<@ARGV> by default, depending on context. +These can be found at L as separately +loadable moduels, and in the +L bundle to get them +all at once.. + =head1 Syntax =head2 Identifiers