in reply to Re: Parse messy string into neat data structure
in thread Parse messy string into neat data structure

You're guessing wrong, or if I am parsing Wiki code I'm at the end of a long chain which starts with Wiki code and can't help it anyway.

I'm well aware how ugly the input text is, but believe me, I can't fix that.

  • Comment on Re^2: Parse messy string into neat data structure

Replies are listed 'Best First'.
Re^3: Parse messy string into neat data structure
by aquarium (Curate) on Aug 09, 2010 at 03:22 UTC
    So shoot me for asking.
    You're right about your code being ugly though..as it's not a good idea to number variables from the split. Either an array, a hash, or even a linked list result could be more appropriate, depending on what you want your "neat data structure" loaded from non-reliable input to do.
    the hardest line to type correctly is: stty erase ^H