![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^3: Logic trouble parsing a formatted text file into hashes of hashes (of hashes, etc.)by SpanishInquisition (Pilgrim) |
on Oct 18, 2004 at 19:18 UTC ( #400290=note: print w/replies, xml ) | Need Help?? |
He's speaking of building a SAX-style parser for your file format. Recognize tokens, call functions when you find them, and keep track of context with package variables...
Another alternative might be Parse::RecDescent or the YAPP module...
In Section
Seekers of Perl Wisdom
|
|