sara2005 has asked for the wisdom of the Perl Monks concerning the following question:
I have a text file that has data as shown below:-
Start
varname1=name1
varvalue1=value1
vardesc1=desc1
..
..
End
Start
varname2=name2
varvalue2=value2
vardesc2=desc2
..
..
End
etc
etc
Start
varnameN=nameN
varvalueN=valueN
vardescN=descN
..
..
End
Each variable attributes are defined between "Start" to "End". I need to store that in some data structure and use that to build user interface screens using CGI. Also, I need to keep track of the changes to specific variables as users modify them.
I would appreciate any suggestions from the community
Thanks Sara
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: data structure
by sh1tn (Priest) on Sep 08, 2005 at 11:32 UTC | |
|
Re: data structure
by GrandFather (Saint) on Sep 08, 2005 at 11:32 UTC | |
|
Re: data structure
by wfsp (Abbot) on Sep 08, 2005 at 13:02 UTC |