summaryrefslogtreecommitdiff
path: root/pod/perluniintro.pod
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2003-08-21 04:41:01 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-21 18:15:07 +0000
commit0f2f9b7d11418e87db6be7dcc244e0da7e2bacec (patch)
tree3be52a73e4b2025855d8613439e6b99e14b77a69 /pod/perluniintro.pod
parent608b3986f5e84a9d4745493bf572b18115a97390 (diff)
downloadperl-0f2f9b7d11418e87db6be7dcc244e0da7e2bacec.tar.gz
[perluniintro.pod] pod markup fix
Message-ID: <3F45123D.8020805@stason.org> p4raw-id: //depot/perl@20806
Diffstat (limited to 'pod/perluniintro.pod')
-rw-r--r--pod/perluniintro.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod
index c20e05c86e..8aebbf23aa 100644
--- a/pod/perluniintro.pod
+++ b/pod/perluniintro.pod
@@ -549,7 +549,7 @@ C<LATIN CAPITAL LETTER A WITH GRAVE>?)
The short answer is that by default, Perl compares strings (C<lt>,
C<le>, C<cmp>, C<ge>, C<gt>) based only on the code points of the
characters. In the above case, the answer is "after", since
-C<0x00C1> > C<0x00C0>.
+C<0x00C1> E<gt> C<0x00C0>.
The long answer is that "it depends", and a good answer cannot be
given without knowing (at the very least) the language context.
@@ -886,6 +886,6 @@ mailing lists for their valuable feedback.
=head1 AUTHOR, COPYRIGHT, AND LICENSE
-Copyright 2001-2002 Jarkko Hietaniemi <jhi@iki.fi>
+Copyright 2001-2002 Jarkko Hietaniemi E<lt>jhi@iki.fiE<gt>
This document may be distributed under the same terms as Perl itself.