Which data structures to use? (Hash.. etc.,)
From: Tom (sudhirx_at_gmail.com)
Date: 10/31/04
- Next message: Troll: "Question: need to parse web pages to extract data"
- Previous message: daniel kaplan: "Re: PerlFaq Question"
- Next in thread: Brian McCauley: "Re: Which data structures to use? (Hash.. etc.,)"
- Reply: Brian McCauley: "Re: Which data structures to use? (Hash.. etc.,)"
- Reply: Michele Dondi: "Re: Which data structures to use? (Hash.. etc.,)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)
| | |
| |----------|
| | |
| |----------|
| | |
| |----------|
- Next message: Troll: "Question: need to parse web pages to extract data"
- Previous message: daniel kaplan: "Re: PerlFaq Question"
- Next in thread: Brian McCauley: "Re: Which data structures to use? (Hash.. etc.,)"
- Reply: Brian McCauley: "Re: Which data structures to use? (Hash.. etc.,)"
- Reply: Michele Dondi: "Re: Which data structures to use? (Hash.. etc.,)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]