method outer-caller-idx
Documentation for method outer-caller-idx
assembled from the following types:
class Backtrace
From Backtrace
(Backtrace) method outer-caller-idx
Defined as:
method outer-caller-idx(Backtrace: Int )
Returns as a list the index of the frames that called the current one.
sub zipi ;try zipi;say $!.backtrace.outer-caller-idx( 4 ); # OUTPUT: «[6]»