I am attempting to handle bit-wise opperations on 64 bit values, and I am seeing unexplained behavior (ie, it's not working...)
I theorized that my problem might be that I'm overflowing, so I thought I would check the range of PERL variables, but, the whole issue of variable types/ranges/sizes is overlooked in all of my reference books...
Anyone out there know the range of a scalar in PERL?