method nice
| 1 | class Backtrace | 
| 1.1 | (Backtrace) method nice | 
Documentation for method nice assembled from the following types:
class Backtrace
From Backtrace
(Backtrace) method nice
Defined as:
method nice(Backtrace: :)
Returns the backtrace as a list of interesting frames. If :$oneline is set, will stop after the first frame.
sub zipi ;try zipi;say $!.backtrace.nice( :oneline ) if $!;# OUTPUT: « in sub zipi at /tmp/... line 1»