Is there anything in %Config that will tell me the sizeof(long) on the compiler that built perl ?
$Config{use64bitint} won't, nor will $Config{intsize}. $Config{longsize} looks a likely candidate. On the only 'perl -V' I have for perl built with a 64-bit compiler, it reports 8 - but is it a