On Tue, Apr 24, 2007 at 07:22:39PM +0000, Paul Pruett wrote:
It's amazing how some people are able to write an entire essay about
what will take someone 3 seconds or such to figure out.
$ perl -le 'use Config; print $Config{ptrsize}'
4
$ perl -V:ptrsize
ptrsize='4';