On 4/2/2004 12:45 AM, Richard Heintze wrote:
Let me rephrase that question:
Is there a way I can store large integers (> 2**32) as
character strings in radix 10 or radix 16 and covert
these strings to and from bitvectors from which I can
insert and extract individual bits?
I think bitvector is the name of the module. I did a
search on CPAN and looked thru my perldoc but could
not find it. What is the name of feature for storing
large boolean arrays?
maybe 'perldoc -f vec', 'perldoc -f pack',
also <http://search.cpan.org/search?query=bit>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>