sub g { say Backtrace.new.concise } sub f { g } sub MAIN { f }
in sub g at bt:1 in sub f at bt:2 in sub MAIN at bt:3
Last updated 11 months ago