Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    my $x = 3;
    ...
      REFCNT = 1
      FLAGS = (PADBUSY,PADMY,IOK,pIOK)
      IV = 3
    
  2. or download this
    use Devel::Peek;
    my $x = 3;
    ...
      REFCNT = 2
      FLAGS = (PADBUSY,PADMY,IOK,pIOK)
      IV = 3