Skip to content

Instantly share code, notes, and snippets.

@schwern
Created February 6, 2015 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schwern/d4dcf7523151acd9e0b8 to your computer and use it in GitHub Desktop.
Save schwern/d4dcf7523151acd9e0b8 to your computer and use it in GitHub Desktop.
$ perl -wle 'use Devel::Peek; $foo = 1.23; print $foo; print int $foo; Dump $foo'
1.23
1
SV = PVNV(0x7f99f3804730) at 0x7f99f4808350
REFCNT = 1
FLAGS = (NOK,POK,pIOK,pNOK,pPOK)
IV = 1
NV = 1.23
PV = 0x7f99f3609040 "1.23"\0
CUR = 4
LEN = 48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment