-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PATCH] 50a7035 Correct variable name in example. #12074
Comments
From @pjcjThis is a bug report for perl from paul@pjcj.net, From 50a70358d3b080af8727bc00cf258d6c6e097939 Mon Sep 17 00:00:00 2001 This is a multi-part message in MIME format. As noticed by Lawrence Statton <lawrence@cluon.com> pod/perlretut.pod | 6 +++--- --------------1.7.5.4 Inline Patchdiff --git a/pod/perlretut.pod b/pod/perlretut.pod
index d7e0412..a3ff6ad 100644
--- a/pod/perlretut.pod
+++ b/pod/perlretut.pod
@@ -1583,9 +1583,9 @@ there are no groupings, a list of matches to the whole regexp. So if
we wanted just the words, we could use
@words = ($x =~ /(\w+)/g); # matches,
- # $word[0] = 'cat'
- # $word[1] = 'dog'
- # $word[2] = 'house'
+ # $words[0] = 'cat'
+ # $words[1] = 'dog'
+ # $words[2] = 'house'
Closely associated with the C<//g> modifier is the C<\G> anchor. The
C<\G> anchor matches at the point where the previous C<//g> match left
--------------1.7.5.4--
---
Site configuration information for perl 5.14.2: Configured by pjcj at Wed Sep 28 19:16:16 CEST 2011. Summary of my perl5 (revision 5 version 14 subversion 2) configuration: Locally applied patches: @INC for perl 5.14.2: Environment for perl 5.14.2: |
From @pjcjI was looking around for our policy on which sort of patches can be But if I remember correctly, simple documentation fixes can go in until -- |
From @jkeenanOn Sun Apr 29 11:35:21 2012, paul@pjcj.net wrote:
[snip]
Patch looks good to me. |
The RT System itself - Status changed from 'new' to 'open' |
From @rjbsapplied, after vigorous swearing at rt |
From [Unknown Contact. See original ticket]applied, after vigorous swearing at rt |
@rjbs - Status changed from 'open' to 'resolved' |
From @cpansproutOn Wed May 02 19:46:07 2012, rjbs wrote:
as 5a0c7e9. -- Father Chrysostomos |
Migrated from rt.perl.org#112686 (status was 'resolved')
Searchable as RT112686$
The text was updated successfully, but these errors were encountered: