>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

Reply via email to