From: Jarkko Hietaniemi Date: Fri, 22 Aug 2003 04:46:58 +0000 (+0000) Subject: No need to E. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da76a1f46b22411dc37cbf73d79e809bb51a9b8d;p=p5sagit%2Fp5-mst-13.2.git No need to E. p4raw-id: //depot/perl@20811 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 8aebbf2..751bdc6 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -549,7 +549,7 @@ C?) The short answer is that by default, Perl compares strings (C, C, C, C, C) based only on the code points of the characters. In the above case, the answer is "after", since -C<0x00C1> E C<0x00C0>. +C<0x00C1> > 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.