Which data structures to use? (Hash.. etc.,)

From: Tom (sudhirx_at_gmail.com)
Date: 10/31/04


Date: 31 Oct 2004 01:54:40 -0700

Just started learning perl and i find it very interesting.
Well, I have to generate reports reading from a text file.

Following is the data-structure i have planned from which i can
extract relevant data for report.

Any suggestions on what data structures can be used here?
I understand hash tables.. however need some pointers to implement
effectively..

                                           __________
Test Case 1. --------- Iter 0 --------->| |(Array)
                     | |----------|
                     |-- Iter 1 | |
                     | |----------|
                     |-- Iter 2 | |
                     | |----------|
                     |-- .. | |
                     | |----------|
                     |-- ..
                     | __________
                     |-- Iter n --------->| |(Array)
                     | | |
                     | |----------|
                     | | |
                     | |----------|
                     | | |
                     | |----------|
        ..
        ..
        ..
        ..
        ..
                                           __________
Test Case n. --------- Iter 0 --------->| |(Array)
                     | |----------|
                     |-- Iter 1 | |
                     | |----------|
                     |-- Iter 2 | |
                     | |----------|
                     |-- .. | |
                     | |----------|
                     |-- ..
                     | __________
                     |-- Iter n --------->| |(Array)
                     | | |
                     | |----------|
                     | | |
                     | |----------|
                     | | |
                     | |----------|