Skip to content

Commit

Permalink
Fix a few malformed pack and unpack links from experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Jan 4, 2019
1 parent 16d418d commit dbc2dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/experimental.pod6
Expand Up @@ -22,7 +22,7 @@ L<Perl's pack|http://perldoc.perl.org/functions/pack.html>.
The C<pack> order creates a
C<Buf> by packing data structures in a certain way given by a I<packing string>
with the options shown
L<in the description of C<unpack>\/type/Blob#method_unpack>. You turn it on by
L<in the description of C<unpack>|/type/Blob#method_unpack>. You turn it on by
inserting this pragma at the beginning of your program:
use experimental :pack;
Expand All @@ -45,8 +45,8 @@ say $buf.unpack("H*"); # OUTPUT: «414243␤»
Not all of the symbols above are guaranteed to be implemented, and the roadmap
does not include a fixed date for getting out of that stage.
Please see also documentation for L<C<pack>\/type/Blob#sub_pack> and
L<C<unpack>\/type/Blob#method_unpack> in the C<Blob> page.
Please see also documentation for L<C<pack>|/type/Blob#sub_pack> and
L<C<unpack>|/type/Blob#method_unpack> in the C<Blob> page.
=head2 X<B<macros>|macros>
Expand Down

0 comments on commit dbc2dac

Please sign in to comment.