You are viewing the version of this documentation from Perl 5.40.3-RC1.
            This is a development version of Perl.
        
      
- #@ARG
- 
- #@_  
- 
Within a subroutine the array @_contains the parameters passed to that subroutine. Inside a subroutine,@_is the default array for the array operatorspopandshift.
 See perlsub.