in reply to Re: reliably test integer size for portable bit-fiddling?
in thread reliably test integer size for portable bit-fiddling?

I had written once  use constant CAN_PACK_QUADS => !! eval { my $f = pack 'q'; 1 }; cause it dies when it can't