> (If somebody can point me at a user-visible way
> in Perl of extracting the sign from an NV other than by stringifying  
> it, I'd love to hear about it.)

On Windows:
perl -le "print unpack'H*',pack'F',-0.0"
0000000000000080

On big-endians it will probably be:
8000000000000000


Reply via email to