Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    
    ...
    }
    
    foo();
    
  2. or download this
    SV = NULL(0x0) at 0x182a4d4
      REFCNT = 1
    ...
      REFCNT = 2
      FLAGS = (PADMY,ROK)
      RV = 0x2381a4
    
  3. or download this
    sub foo {
        my $shared_with_all_recur = ...;
    ...
    
        undef $_recur;
    }