 |
|
Home:
Perl Programming Help:
Beginner:
about arrays of arrays:
Edit Log
|
|

kevindai
Novice
Apr 11, 2009, 2:27 PM
Views: 240
|
I am trying to make a symbol table using arrays of arrays. Let's say; symboltable[j] I want to get and print all the element of: @symboltable[3]; eg. @symboltable[3][1] @symboltable[3][2] @symboltable[3][3].......but don't want to touch the element of the first dimension i.e element of "a" dimension.
(This post was edited by kevindai on Apr 11, 2009, 2:33 PM)
|
|
|
Edit Log:
|
|
Post edited by kevindai
(Novice) on Apr 11, 2009, 2:28 PM
|
|
Post edited by kevindai
(Novice) on Apr 11, 2009, 2:28 PM
|
|
Post edited by kevindai
(Novice) on Apr 11, 2009, 2:29 PM
|
|
Post edited by kevindai
(Novice) on Apr 11, 2009, 2:30 PM
|
|
Post edited by kevindai
(Novice) on Apr 11, 2009, 2:30 PM
|
|
Post edited by kevindai
(Novice) on Apr 11, 2009, 2:32 PM
|
|
Post edited by kevindai
(Novice) on Apr 11, 2009, 2:32 PM
|
|
Post edited by kevindai
(Novice) on Apr 11, 2009, 2:33 PM
|
|
|  |