perlfunc on vec() :
"BITS therefore specifies the number of bits that are reserved for each element in the bit vector. This must be a power of two from 1 to 32 (or 64, if your platform supports that). "
I guess I could just use two 32 bit elements and make my own bitwise operators...