On Mon, May 29, 2006 at 05:28:53PM -0700, Ovid wrote:
>
> I also tried to do this:
> 
>   my ($n, $v) = $nv.split('=').map(decode($_));
> 
> That and a number of other variants all failed miserably with errors similar 
> to:
> 
>   Can't modify constant item: VStr ...
> 

Ah, should have paid more attention. What about: $nv.split('=').map: &decode

joel

Reply via email to