in reply to Re^4: maximum value of a scalar
in thread maximum value of a scalar
though "long doubles" are 16 bytes accordint to ./Configure
Probably worth running a C program that will printf("%d\n", sizeof(long double));
Then you'll know for sure.
What does perl -V output for this build of perl ?
Cheers,
Rob