in reply to Re: Logic trouble parsing a formatted text file into hashes of hashes (of hashes, etc.)
in thread Logic trouble parsing a formatted text file into hashes of hashes (of hashes, etc.)

No. I am totally baffled by your answer. But perhaps its the "nudge" I need, and I'll read the link you provided and knock some more dust off.

I cannot thus far find a CPAN module to help me (beyond using Net::Telnet::Netscreen; visiting each box insecurely is no fun what so ever).

THX!!!
--
idnopheq
Apply yourself to new problems without preparation, develop confidence in your ability to to meet situations as they arrise.

  • Comment on Re^2: Logic trouble parsing a formatted text file into hashes of hashes (of hashes, etc.)

Replies are listed 'Best First'.
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
    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...