Hi All, I am trying to convert this from Perl 5:
my $WhoCalledMe = ( caller(0) )[1];
I use it inside a sub to determine who called the sub.
How is this done in P6?
Many thanks,
-T
Hi All, I am trying to convert this from Perl 5:
my $WhoCalledMe = ( caller(0) )[1];
I use it inside a sub to determine who called the sub.
How is this done in P6?
Many thanks,
-T