From: Jan Dubois Date: Tue, 23 Jan 2007 18:25:02 +0000 (-0800) Subject: fix a few references in perlfunc.html X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1dc8ecb839af2e39e4de693e069483853f2b29cd;p=p5sagit%2Fp5-mst-13.2.git fix a few references in perlfunc.html Message-ID: p4raw-id: //depot/perl@29942 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 85701ea..6c38ab4 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -100,7 +100,7 @@ than one place. X X X C, C, C, C, C, C, C, C, -C, C, C, C, C, C, C, +C, C, C, C, C, C, C, C, C, C, C, C, C, C =item Regular expressions and pattern matching @@ -122,7 +122,7 @@ C, C, C, C, C =item Functions for list data X -C, C, C, C, C, C, C +C, C, C, C, C, C, C =item Functions for real %HASHes X @@ -180,7 +180,7 @@ C, C, C, C, C X X X C, C, C, C, C, C, C, -C, C, C, C, C, C, +C, C, C, C, C, C, C, C, C =item Keywords related to perl modules @@ -233,7 +233,7 @@ X C, C, C, C, C, C, C, C, C, C, C, C, C, C, -C, C, C, C, C, C, C, C, C, +C, C, C, C, C, C, C, C, C, C, C, C, C*, C, C, C, C, C, C, C, C @@ -4156,7 +4156,7 @@ like a Perl function. Otherwise, the string describing the equivalent prototype is returned. =item push ARRAY,LIST -X, X +X X Treats ARRAY as a stack, and pushes the values of LIST onto the end of ARRAY. The length of ARRAY increases by the length of