This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49cf396
)
Fixed typo -- replaced "the the" with "the"
author
Walt Mankowski
<waltman@pobox.com>
Sun, 3 Oct 2010 02:22:00 +0000
(22:22 -0400)
committer
Jesse Vincent
<jesse@bestpractical.com>
Sun, 3 Oct 2010 14:42:54 +0000
(10:42 -0400)
pod/perlfaq9.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfaq9.pod
b/pod/perlfaq9.pod
index
1c62cef
..
4446713
100644
(file)
--- a/
pod/perlfaq9.pod
+++ b/
pod/perlfaq9.pod
@@
-261,7
+261,7
@@
either on the way in or the way out.
If you have to encode a string yourself, remember that you should
never try to encode an already-composed URI. You need to escape the
components separately then put them together. To encode a string, you
-can use the
the
C<URI::Escape> module. The C<uri_escape> function
+can use the C<URI::Escape> module. The C<uri_escape> function
returns the escaped string:
my $original = "Colon : Hash # Percent %";