![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Bit::Vector help printing the vectorby Somni (Friar) |
on Jul 07, 2011 at 19:09 UTC ( #913245=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|