diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index bee3560c5884..ab26601516b3 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6306,7 +6306,7 @@ is C. If ARRAY is omitted, C operates on the L|perlvar/@ARGV> array in the main program, but the L|perlvar/@_> array in subroutines. C -will operate on the C<@ARGV> array in C, C, C, +will also operate on the C<@ARGV> array in C, C, C, C blocks. Starting with Perl 5.14, an experimental feature allowed