Re: [Boston.pm] something about @_ is different?

Bill Ricker via Boston-pm <[email protected]> Tue, 21 May 2019 15:42:23 -0400
Newsgroups gmane.comp.lang.perl.perl-mongers.boston
Message-ID <CAAbKA3XJnJXpiN0E7Rr8okS8cRm5FEWW8Jy+6jouf-0evDZniw@mail.gmail.com>
On Tue, May 21, 2019, 2:12 PM Conor Walsh <[email protected]> wrote:

> Assigning to @_ is weird and I don't recommend it. It's full of magic
> aliases, which in some cases means you change the caller's variables, which
> is usually not what you want.
>
> Check the beginning of perldoc perlsub.
>

Agreed.

>