in reply to Re^8: Storing/parsing perl data structure in/from a file
in thread Storing/parsing perl data structure in/from a file
If it's just ease of syntax why don't you use YAML like I showed you?
If it has to be Perl syntax use multilevel arrays like I showed you, too.
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Storing/parsing perl data structure in/from a file
by Wilderness (Novice) on Jun 13, 2013 at 22:52 UTC | |
by LanX (Saint) on Jun 13, 2013 at 23:22 UTC | |
by Wilderness (Novice) on Jun 13, 2013 at 23:47 UTC | |
by LanX (Saint) on Jun 14, 2013 at 00:39 UTC |