Suppose I have a class method git
sub git { implementation @_ }
I want &implementation to be able to catch internal exceptions, and throw them from the point of view of &git's caller, not &implementation's caller. Carp makes the error appear to have occured at line 1 of &git, which is not what I want.
In reply to carp up two levels by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |