Perldoc Browser
5.005
Latest
5.40.2
5.40.1
5.40.0
5.10.1
5.6.2
5.005_02
5.005_01
5.005
Dev
blead
5.41.7
Documentation
Perl
Intro
Tutorials
FAQs
Reference
Operators
Functions
Variables
Modules
Utilities
Release Notes
Community
History
Expand
variables
/
@_
(
source
,
CPAN
)
You are viewing the version of this documentation from Perl 5.005.
View the latest version
#
@_
Within a subroutine the array @_ contains the parameters passed to that subroutine. See
perlsub
.