This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
spelling: till -> until
authorKaren Etheridge <ether@cpan.org>
Wed, 20 Aug 2014 00:21:09 +0000 (17:21 -0700)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 20 Aug 2014 01:36:44 +0000 (21:36 -0400)
pod/perlre.pod

index d597e86..891eb34 100644 (file)
@@ -646,9 +646,9 @@ also work:
  \o{}, \000  character whose ordinal is the given octal number
  \l          lowercase next char (think vi)
  \u          uppercase next char (think vi)
- \L          lowercase till \E (think vi)
- \U          uppercase till \E (think vi)
- \Q          quote (disable) pattern metacharacters till \E
+ \L          lowercase until \E (think vi)
+ \U          uppercase until \E (think vi)
+ \Q          quote (disable) pattern metacharacters until \E
  \E          end either case modification or quoted section, think vi
 
 Details are in L<perlop/Quote and Quote-like Operators>.