diff options
author | Stas Bekman <stas@stason.org> | 2003-08-21 04:41:01 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-21 18:15:07 +0000 |
commit | c772602bfadf2f29908b7991569bf7bedafc7c5f (patch) | |
tree | 3be52a73e4b2025855d8613439e6b99e14b77a69 /pod | |
parent | d220a9880dc9cc015342962b7c9fde7528e62cf6 (diff) | |
download | perl-c772602bfadf2f29908b7991569bf7bedafc7c5f.tar.gz |
[perluniintro.pod] pod markup fix
Message-ID: <3F45123D.8020805@stason.org>
p4raw-id: //depot/perl@20806
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perluniintro.pod | 4 |
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. |