projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67fcfcf
)
Re: Patches / git
author
Andy Armstrong
<andy@hexten.net>
Mon, 16 Jun 2008 01:13:25 +0000
(
02:13
+0100)
committer
Craig A. Berry
<craigberry@mac.com>
Mon, 16 Jun 2008 01:37:05 +0000
(
01:37
+0000)
Message-Id: <
1162EDA1
-C865-4CBB-8DA0-
3C83F89E826E
@hexten.net>
p4raw-id: //depot/perl@34057
pod/perlsub.pod
patch
|
blob
|
history
diff --git
a/pod/perlsub.pod
b/pod/perlsub.pod
index
72b28f1
..
74d0b1a
100644
(file)
--- 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