From: Andy Armstrong Date: Mon, 16 Jun 2008 01:13:25 +0000 (+0100) Subject: Re: Patches / git X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=803e1be1305f7c1b058f40840ab0d19e2d92a3d3;p=p5sagit%2Fp5-mst-13.2.git Re: Patches / git Message-Id: <1162EDA1-C865-4CBB-8DA0-3C83F89E826E@hexten.net> p4raw-id: //depot/perl@34057 --- diff --git a/pod/perlsub.pod b/pod/perlsub.pod index 72b28f1..74d0b1a 100644 --- a/pod/perlsub.pod +++ b/pod/perlsub.pod @@ -1034,7 +1034,7 @@ corresponding built-in. sub myreverse (@) myreverse $a, $b, $c sub myjoin ($@) myjoin ":", $a, $b, $c sub mypop (\@) mypop @array - sub mysplice (\@$$@) mysplice @array, @array, 0, @pushme + sub mysplice (\@$$@) mysplice @array, 0, 2, @pushme sub mykeys (\%) mykeys %{$hashref} sub myopen (*;$) myopen HANDLE, $name sub mypipe (**) mypipe READHANDLE, WRITEHANDLE