>Having the
>indices in one place saves a lot of characters. Compare
>
> $r->{{qw(a b c d e f g h)}}
>
>versus
>
> $r->{a}->{b}->{c}->{d}->{e}->{f}->{g}->{h}
But I would compare it to
$r->{a}{b}{c}{d}{e}{f}{g}{h}
which is only one character longer than the proposal...
--
Peter Scott
Pacific Systems Design Technologies
- RFC 177 (v1) A Natural Syntax Extension For Chained Re... Perl6 RFC Librarian
- Re: RFC 177 (v1) A Natural Syntax Extension For C... Peter Scott
- Re: RFC 177 (v1) A Natural Syntax Extension F... Michael Fowler
- Re: RFC 177 (v1) A Natural Syntax Extensi... Buddha Buck
- Re: RFC 177 (v1) A Natural Syntax Extension F... David L. Nicol
- Re: RFC 177 (v1) A Natural Syntax Extension For C... John Porter
- Re: RFC 177 (v1) A Natural Syntax Extension F... Jarkko Hietaniemi
- Re: RFC 177 (v1) A Natural Syntax Extensi... John Porter
- Re: RFC 177 (v1) A Natural Syntax Extension For C... David L. Nicol
- Re: RFC 177 (v1) A Natural Syntax Extension F... Buddha Buck
- Re: RFC 177 (v1) A Natural Syntax Extensi... Jeremy Howard
