On Sat, Oct 28, 2017 at 1:58 PM, Simon Proctor <simon.proc...@gmail.com>
wrote:

>       multi method ASSIGN-POS( $index, $new ) {
>               @!arr[$index] = $new;
>       }
>

This solves my problem with the first implementation, thank you for
pointing me to the ASSIGN-POS method.

Now what's left for me to understand is why the implementation with the
Proxy object hangs without any error message.

-- 
Fernando Santagata

Reply via email to