Limbic~Region has asked for the wisdom of the Perl Monks concerning the following question:
val1.a val1.b val1.c val2.a val2.b val2.c val3.a val3.b val3.cThe first part (val#) could be any unique string, but the second part (a,b,c) will always be one of those three strings.
Each file will contain a tab delimited line that I suck into an array such as:
entry1 entry2 entry3 entry4 entry5
entry1 entry2 entry3 entry4 entry5
entry1 entry2 entry3 entry4 entry5
After reading in all the files, what I need to know to do is:
It seems to me that a HoHoA is in order, but I can't seem to make it work. If each file only had one line it wouldn't be that hard - I would just say = to, but the next entry in the file overwrites it.
Any and all help will be appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How should I store/retrieve my data
by BrowserUk (Patriarch) on Jan 23, 2003 at 18:49 UTC | |
by Limbic~Region (Chancellor) on Jan 23, 2003 at 20:31 UTC | |
|
Re: How should I store/retrieve my data
by tall_man (Parson) on Jan 23, 2003 at 18:06 UTC | |
|
Re: How should I store/retrieve my data
by jdporter (Paladin) on Jan 23, 2003 at 21:20 UTC |