in reply to Re: Challenge: Transforming markups
in thread Challenge: Transforming markups

> Putting your patterns in a hash might be a bad idea,

look at the code again, it's an array that preserves the order.

Cheers Rolf

( addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^3: Challenge: Transforming markups
by Anonymous Monk on Dec 06, 2013 at 22:43 UTC
    In that case, it seems the hash isn't used.
      yep, not yet. I've spared this part for simplicity of the posting.

      But the coderef to the transformation is planed to be put in there.

      Perl doesn't have ordered hashes thats why I'm improvising here.

      Cheers Rolf

      ( addicted to the Perl Programming Language)