in reply to
Need data struct that can hold 64 bits of info (was: bitboards in perl)
You can also use strings of any length. See
perlman:perlop
, refer to section 'Bitwise String Operators'. Not as effecient as vectors and probably slower, but 'easier'.
YuckFoo
Comment on
Re: bitboards in perl
In Section
Seekers of Perl Wisdom