in reply to Bit string manipulation made easy with Bit::Manip
I've been using Bit::Vector for similar bit groupings within a 16-bit value when doing TCP/IP header manipulation with Net::Frame, its sub-modules and Perl Packet Crafter.
I always found Bit::Vector a bit hard to understand, but it did what I needed. Your approach seems a bit more flexible and friendly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Bit string manipulation made easy with Bit::Manip
by stevieb (Canon) on Jan 25, 2017 at 18:52 UTC | |
by stevieb (Canon) on Jan 26, 2017 at 16:54 UTC |