Multidimensional Array

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SAIRAAM
    New Member
    • Feb 2007
    • 45

    Multidimensional Array

    can somebody help me in giving guidelines as hoe to create a 2 dimentional array in perl.... it would be useful if some easily understandable url's are specified...
  • ghostdog74
    Recognized Expert Contributor
    • Apr 2006
    • 511

    #2
    a simple search on google yields a lot of results. here an
    example

    Comment

    • miller
      Recognized Expert Top Contributor
      • Oct 2006
      • 1086

      #3
      perldoc Arrays of Arrays

      It would most certainly be good to read all of this particular document to learn all about nested data structures. But this will link specifically to the "Arrays of Arrays" section.

      - Miller

      Comment

      Working...