We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457be16 commit 0befd8cCopy full SHA for 0befd8c
doc/Language/5to6-perlfunc.pod6
@@ -732,9 +732,7 @@ Replaced by C<$?LINE>.
732
733
=item link OLDFILE, NEWFILE
734
735
-In Perl 6, part of the IO::Path class. The only difference between Perl
736
-5 and Perl 6 is that the argument order has changed. It's now
737
-C<link($original, $linked_file)>.
+See L<link>
738
739
=head2 listen
740
@@ -1535,9 +1533,7 @@ C<"hola!".substr(1, 3)> both return "ola".
1535
1533
1536
1534
=item symlink OLDFILE, NEWFILE
1537
1538
-Part of IO::Path in Perl 6. The only difference between Perl 5 and Perl
1539
-6 is that the argument order has changed. It's now C<link($original,
1540
-$linked_file)>.
+See L<symlink>
1541
1542
=head2 syscall
1543
0 commit comments