[DOC PATCH] mention @-, @+ in perl56delta.pod
Yitzchak Scott-Thoennes [Tue, 8 Nov 2005 08:46:42 +0000 (00:46 -0800)]
Message-ID: <20051108164642.GD7972@efn.org>

p4raw-id: //depot/perl@26047

pod/perl561delta.pod
pod/perl56delta.pod

index fa36ebc..ef4caa7 100644 (file)
@@ -1388,6 +1388,12 @@ C<fred.com> if you don't backslash the C<@>.
 See http://www.plover.com/~mjd/perl/at-error.html for more details
 about the history here.
 
+=head2 @- and @+ provide starting/ending offsets of regex submatches
+
+The new magic variables @- and @+ provide the starting and ending
+offsets, respectively, of $&, $1, $2, etc.  See L<perlvar> for
+details.
+
 =head1 Modules and Pragmata
 
 =head2 Modules
index 097f43e..b5425b2 100644 (file)
@@ -790,6 +790,12 @@ C<fred.com> if you don't backslash the C<@>.
 See http://www.plover.com/~mjd/perl/at-error.html for more details
 about the history here.
 
+=head2 @- and @+ provide starting/ending offsets of regex matches
+
+The new magic variables @- and @+ provide the starting and ending
+offsets, respectively, of $&, $1, $2, etc.  See L<perlvar> for
+details.
+
 =head1 Modules and Pragmata
 
 =head2 Modules