Help for this page

Select Code to Download


  1. or download this
    A:~ au$ perl -MDevel::Peek -e 'Dump 3'
    SV = IV(0x100827190) at 0x100827198
    ...
      PV = 0x100207f60 "3"\0
      CUR = 1
      LEN = 16
    
  2. or download this
    "".$x   # to string
    0+$x    # to number
    int($x) # to integer