@_

@_

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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.