diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-29 06:28:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-29 06:28:07 +0000 |
commit | 5137fa37b962caa8f68c26f69bae6e82c34c8b5c (patch) | |
tree | a3c62261edc4b512afd59b2c9afdd926b703e1e8 /pod | |
parent | 995b21a2a5978b36d62d47f8ee8b5a433676c57c (diff) | |
download | perl-5137fa37b962caa8f68c26f69bae6e82c34c8b5c.tar.gz |
Small pod fix
p4raw-id: //depot/perl@31499
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlreapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod index cb7bbfced9..1e3586942c 100644 --- a/pod/perlreapi.pod +++ b/pod/perlreapi.pod @@ -145,7 +145,7 @@ that can only match Unicode values. =item RXf_SPLIT If C<split> is invoked as C<split ' '> or with no arguments (which -really means C<split(' ', $_>, see L<split|perlfunc/split>), perl will +really means C<split(' ', $_)>, see L<split|perlfunc/split>), perl will set this flag. The regex engine can then check for it and set the SKIPWHITE and WHITE extflags. To do this the perl engine does: |