From 0d46a4e72ad63da37bc7496303cdf358f3eeaff0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 17 Nov 2011 12:43:15 -0800 Subject: [PATCH] =?utf8?q?perldiag:=20Rewrap=20=E2=80=98length()=20used=20?= =?utf8?q?on=20%s=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit splain output looks better in an 80-column terminal this way. --- pod/perldiag.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 50a5c00..2d97af6 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2465,8 +2465,8 @@ an undefined value for the length. See L. =item length() used on %s -(W syntax) You used length() on either an array or a hash when you probably -wanted a count of the items. +(W syntax) You used length() on either an array or a hash when you +probably wanted a count of the items. Array size can be obtained by doing: -- 2.7.4