Help for this page

Select Code to Download


  1. or download this
       my $number = 10;
       print "$number\n";
    
  2. or download this
       use Devel::Peek;
       my $number = 10;
       Dump($number);
       print "Number is $number\n";
       Dump($number);
    
  3. or download this
    SV = IV(0x9a5cfe0) at 0x9a41774
      REFCNT = 1
      FLAGS = (PADBUSY,PADMY,IOK,pIOK)
    ...
      PV = 0x9a57758 "10"\0
      CUR = 2
      LEN = 4