in reply to Re: Re^4: Private method variations
in thread Private method variations

&_ is the current sub? Cool! That means I can recurse, tail-eliminatively, with
goto &_
rather than
goto &{ (caller(0))[3] };
Well, I view it as a significant bene, anyway.

But then, you probably have better things in mind for TRE...

jdporter
The 6th Rule of Perl Club is -- There is no Rule #6.