Help for this page
$ perl -MConfig -le'print $Config{ivsize}' 4
$ perl -le'unpack "Q", chr(0)x8; print "ok"' Invalid type 'Q' in unpack at -e line 1.