You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 233e70e50b57acf34a1003a191ae9a57e8706973)
@ARG
@_

Within a subroutine the array @_ contains the parameters passed to that subroutine. Inside a subroutine, @_ is the default array for the array operators pop and shift.

See perlsub.