Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use Devel::Peek;
    ...
    #print "\$int: $int\n";
    Dump($int);
    print "##############\n\n";
    
  2. or download this
    D:\pscrpt>perl try.pl
    SV = IV(0x89c7cc) at 0x3f5d3c
    ...
      NV = 17.0123
      PV = 0
    ##############