in reply to Re: Too lazy to be lazy
in thread Too lazy to be lazy

I know about, and am relying on, the aliasing semantics of function calls and @_. What was confusing me was why, in what seemed to be otherwise identical code, $a was capturing an alias inside the nested subroutine, but $_ was not.