On Thu, Aug 25, 2005 at 23:29:03 +0200, Ingo Blechschmidt wrote:

> * What happens if @array gets spliced?
...
>     @array.delete($some_index); @array[$some_index] = $some_value;
>     # or
>     @array[$some_index] = $some_value;

the name 'splice' implies that things are removed, replaced, and
then the array is fused back together into one contiguous structure.

I would expect it to delete.

> * What happens if the array becomes tied (or was already)?

Tying is like binding to IType->new, so i think all ties are lost.

-- 
 ()  Yuval Kogman <[EMAIL PROTECTED]> 0xEBD27418  perl hacker &
 /\  kung foo master: /me climbs a brick wall with his fingers: neeyah!

Attachment: pgpOdvOS7rS86.pgp
Description: PGP signature

Reply via email to