Skip to content

Commit

Permalink
perlvar: fix list of defaulted array operators
Browse files Browse the repository at this point in the history
  • Loading branch information
ap committed Jun 21, 2015
1 parent 8eac439 commit 256ca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlvar.pod
Expand Up @@ -167,7 +167,7 @@ X<@_> X<@ARG>

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

See L<perlsub>.

Expand Down

0 comments on commit 256ca3d

Please sign in to comment.