in reply to Re^3: Clarity in parsing fixed length data.
in thread Clarity in parsing fixed length data.
I couldn't tell from the docs if it accepted the "=>" form when using the pack/unpack format specs. We have binary data to read, and I want the name and format columns to line up, so using a ":" separator in a single parameter would have been a problem. With your encouragement I've tested the "=>" and it works fine. It also works in 5.6.1, which is important for us.
I'll put together an example to present to the group at work, and I'm guessing we'll use Parse-FixedLength. Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Clarity in parsing fixed length data.
by runrig (Abbot) on Aug 16, 2006 at 19:19 UTC |