On Tue, May 29, 2001 at 11:59:18AM -0700, Randal L. Schwartz wrote:
> >>>>> "Brett" == Brett W McCoy <[EMAIL PROTECTED]> writes:
> 
> >> Uh, careful.  This got added to 5.6.1 to support pseudo-hashes and is
> >> probably coming back out when pseudo-hashes get removed in 5.10.
> >> ("Death to pseudo-hashes!")
> 
> Brett> Argh.  I didn't realize that.  Is this specifically delete on array
> Brett> elements?
> 
> Yes.

Is there any difference in 5.6.1 between

        delete $array[$index];

and

        $array[$index] = undef;

There doesn't seem to be from the man page.  If there's not, it
doesn't seem to be a particularly useful feature.

Walt

-- 
Walter C. Mankowski
Senior Software Engineer        Myxa Corporation
phone: (610) 234-2626           fax: (610) 234-2640
email: [EMAIL PROTECTED]            http://www.myxa.com

Reply via email to