Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Bit::Vector help printing the vector

by Somni (Friar)
on Jul 07, 2011 at 19:09 UTC ( [id://913245]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://913245]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-25 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found