Help for this page

Select Code to Download


  1. or download this
    push @stack_trace, [ (caller($i))[0 .. 3] ] while caller(++$i);  
    
  2. or download this
        {
            package DB;
    ...
                push @stack_trace, [ @c[0 .. 7] ];        
            }
        }