projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8ea97a1
)
doc typo
Gurusamy Sarathy [Fri, 14 Jan 2000 01:17:15 +0000 (
01:17
+0000)]
p4raw-id: //depot/perl@4799
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
90c1988
..
4e38db2
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-953,7
+953,7
@@
And so do these:
delete @HASH{keys %HASH};
- delete @ARRAY{0 .. $#ARRAY};
+ delete @ARRAY[0 .. $#ARRAY];
But both of these are slower than just assigning the empty list
or undefining %HASH or @ARRAY: