diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-26 09:44:35 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-26 09:46:22 +0200 |
commit | eae68503d2ac04e4cb67e7304895150dea94c348 (patch) | |
tree | a18aeeaae53c32116e0cd6219811d3c6bf65fd1b /pod | |
parent | 2c09a866c8998f757d628460ed585e1cb8011792 (diff) | |
download | perl-eae68503d2ac04e4cb67e7304895150dea94c348.tar.gz |
Minor edition nit in perlfunc
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 1989f1107b..8f1614fdaa 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -7047,8 +7047,7 @@ C<unpack> does the reverse of C<pack>: it takes a string and expands it out into a list of values. (In scalar context, it returns merely the first value produced.) -If EXPR is omitted, unpacks the C<$_> string. for an introduction to this function. - +If EXPR is omitted, unpacks the C<$_> string. See L<perlpacktut> for an introduction to this function. The string is broken into chunks described by the TEMPLATE. Each chunk |