From eae68503d2ac04e4cb67e7304895150dea94c348 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 26 Apr 2010 09:44:35 +0200 Subject: [PATCH] Minor edition nit in perlfunc --- pod/perlfunc.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 1989f11..8f1614f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -7047,8 +7047,7 @@ C does the reverse of C: 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 for an introduction to this function. The string is broken into chunks described by the TEMPLATE. Each chunk -- 1.8.3.1