http://www.perlmonks.org?node_id=999661


in reply to Re^2: Rook question
in thread Rook question

The mechanism of action is the foreach loop. It's just as happy aliasing $_ to elements of @this, @that, and @the_other as well. In this regard, @_ isn't special; foreach is.

perlsyn


Dave