paddu has asked for the wisdom of the Perl Monks concerning the following question:
Now my question, is it possible to retrieve some of the elements from that array though indexes like list[5],list[10],list[15],list[25]?. I tried it, but in vain..please help me.push(@list,$var1); push(@list,$var2); push(@list,$var3); . . push(@list,$var100);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Accesing the array elements via indexes which are inserted into it by push
by LanX (Saint) on Jan 08, 2013 at 07:14 UTC | |
|
Re: Accesing the array elements via indexes which are inserted into it by push
by Anonymous Monk on Jan 08, 2013 at 07:41 UTC |