On Friday, May 17, 2002, at 08:40 AM, VINCENT BUFFERNE wrote:
> I am using vec($foo1, $foo2, $foo3). It seems that the value of $foo3 is
> limited to 2048 (with perl 5.004 or perl 5.6.1). Is it possible to use
> wider
> values: up to 60,000 ???
are you sure it is limited? i don't have a test case, but perldoc -fvec
says of the value of the third param:
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)
> Thanks,
>
> Vincent
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]