|
Posted by TonyV on 10/16/07 13:46
On Oct 16, 9:41 am, TonyV <kingskip...@gmail.com> wrote:
> In perl, this would be a relatively simple task:
>
> # --------------------------------------------------------------------
> $arr_id = map { $_->{id} } @arr;
> $arr_name = map { $_->{name} } @arr;
> # --------------------------------------------------------------------
I meant @arr_id and @arr_name, of course... ;)
Navigation:
[Reply to this message]
|