in reply to Re: Using regexp with binary data
in thread Using regexp with binary data
Thanks for your help everyone. It is greatly appriciated.
Its things like qr"\x04\x05.{4}\x0a\x0b\x0c\x0d\x0e\x0f\x10\x11"s that make me really love perl. I mean that is just poetry in programming right there.