in reply to Re: Bit string manipulation made easy with Bit::Manip
in thread Bit string manipulation made easy with Bit::Manip
Thanks!
I honestly wrote this just for practice, not because I needed software to do the bit mangling for me (as I'm getting quite good at both implementing and reading it), so I honestly didn't even look whether there were other modules that do this sort of thing before I started.
I just thought that it may help others (or even myself if this stuff falls out of my brain in the future) :)
ps. There's a bug in bit_set() that I've had to fix in the next version, which requires it to accept an extra parameter, so any code written against 0.02 will break if the next release comes out).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Bit string manipulation made easy with Bit::Manip
by stevieb (Canon) on Jan 26, 2017 at 16:54 UTC |