in reply to Re^4: Help displaying binary data bit-by-bit in binary notation
in thread Help displaying binary data bit-by-bit in binary notation

How does Text::Balanced enter this scenario? What's the problem?

Jeff japhy Pinyan, P.L., P.M., P.O.D, X.S.: Perl, regex, and perl hacker
How can we ever be the sold short or the cheated, we who for every service have long ago been overpaid? ~~ Meister Eckhart
  • Comment on Re^5: Help displaying binary data bit-by-bit in binary notation

Replies are listed 'Best First'.
Re^6: Help displaying binary data bit-by-bit in binary notation
by ikegami (Patriarch) on Jun 15, 2006 at 06:10 UTC
    The problem occurs if that code were to appear in something parsed using Text::Balanced, such as a Parse::RecDescent grammar. It's not relevant most of the time, but it has bitten me twice in the past.