[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: exists $foo[7] and delete $foo[7]
On Wed, 12 Jan 2000, Gurusamy Sarathy wrote:
> ==== //depot/perl/pod/perlfunc.pod#126 (text) ====
> Index: perl/pod/perlfunc.pod
> +++ perl/pod/perlfunc.pod Wed Jan 12 22:49:21 2000
> @@ -925,35 +925,52 @@
>
[...]
> + delete @ARRAY{0 .. $#ARRAY};
I think you mean @ARRAY[0 .. $#ARRAY] here ( [] not {} ).
Cheers,
Philip
--
Philip Newton <newton@newton.digitalspace.net>
- References to:
-
Gurusamy Sarathy <gsar@activestate.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]