Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Created March 24, 2012 12:38
Show Gist options
  • Save laclefyoshi/2182225 to your computer and use it in GitHub Desktop.
Save laclefyoshi/2182225 to your computer and use it in GitHub Desktop.
show size of pointer
use warnings;
use strict;
use Config;
print $Config{ptrsize};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment