in reply to Re: Bit handling in Perl
in thread Bit handling in Perl

Note that the "b" template for pack packs in ascending bit order within each byte which is like vec so it probably makes sense to create each record using pack and access bits (columns) within a record using vec.

Cheers,

JohnGG