Nathan Torkington Mon, 08 Oct 2001 06:52:55 -0700
Chris Fedde writes: > + $vector = Bit::Vector->new($no_of_bits); Use 'num' and not 'no' as an abbreviation for 'number'.
You only show how to put bits into a Bit::Vector. Is that deliberate? Nat