in reply to Bit::Vector help printing the vector

I'm guessing you want ->to_Bin, as in:

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.