From a4d9c8a6ca8341547c15d831d9aa888263f7fce2 Mon Sep 17 00:00:00 2001 From: Offer Kaye Date: Mon, 30 May 2005 14:27:38 +0300 Subject: perlrun.pod -w description typo Message-ID: <569425050530012768a9baca@mail.gmail.com> p4raw-id: //depot/perl@24623 --- pod/perlrun.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlrun.pod') diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 4f1fe63035..71af29ceb1 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -901,7 +901,7 @@ prints warnings about dubious constructs, such as variable names that are mentioned only once and scalar variables that are used before being set, redefined subroutines, references to undefined filehandles or filehandles opened read-only that you are attempting -to write on, values used as a number that doesn't look like numbers, +to write on, values used as a number that don't look like numbers, using an array as though it were a scalar, if your subroutines recurse more than 100 deep, and innumerable other things. -- cgit v1.2.1