@_

@_

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

See perlsub.

doc_perl
2016-12-06 03:18:01
Comments
Leave a Comment

Please login to continue.