Skip to content

Commit 17668f4

Browse files
authored
Update perlfunc.pod smoothly linking the disjoint sentences
https://www.google.com/search?q=is+also+a+conjunction . Or something like that.
1 parent 106347d commit 17668f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlfunc.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6306,7 +6306,7 @@ is C<undef>.
63066306

63076307
If ARRAY is omitted, C<pop> operates on the L<C<@ARGV>|perlvar/@ARGV> array
63086308
in the main program, but the L<C<@_>|perlvar/@_> array in subroutines. C<pop>
6309-
will operate on the C<@ARGV> array in C<eval STRING>, C<BEGIN {}>, C<INIT {}>,
6309+
will also operate on the C<@ARGV> array in C<eval STRING>, C<BEGIN {}>, C<INIT {}>,
63106310
C<CHECK {}> blocks.
63116311

63126312
Starting with Perl 5.14, an experimental feature allowed

0 commit comments

Comments
 (0)