From 13a2d996abe42696bc5ca08abf08030d440c6148 Mon Sep 17 00:00:00 2001 From: "Stephen P. Potter" Date: Mon, 6 Nov 2000 13:56:43 -0500 Subject: Pod updates Message-Id: <200011062357.SAA18173@spotter.yi.org> p4raw-id: //depot/perl@7585 --- pod/perlfunc.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pod/perlfunc.pod') diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index c502bf7b39..558ae4edd1 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -91,7 +91,7 @@ functions, like some keywords and named operators) arranged by category. Some functions appear in more than one place. -=over +=over 4 =item Functions for SCALARs or strings @@ -2348,8 +2348,8 @@ it succeeded, false otherwise. See the example in L instead, because C isn't -what most people think of as "local". See L for details. +what most people think of as "local". See +L for details. A local modifies the listed variables to be local to the enclosing block, file, or eval. If more than one value is listed, the list must @@ -4265,9 +4265,9 @@ Examples: If you're using strict, you I declare $a and $b as lexicals. They are package globals. That means if you're in the C
package and type - + @articles = sort {$b <=> $a} @files; - + then C<$a> and C<$b> are C<$main::a> and C<$main::b> (or C<$::a> and C<$::b>), but if you're in the C package, it's the same as typing -- cgit v1.2.1