in reply to Bit::Vector help printing the vector
say $h{'chr19'}[1]->to_Bin;
I hope you're not trying to reconstitute a Bit::Vector object from a Data::Dumper dump, as it won't work properly. Bit::Vector does support Storable, however.