X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperluniintro.pod;h=751bdc6f02af364b3da93affc456ab8804161cff;hb=a8476e91ee770bd8b0c7183fe1314d9effd435ad;hp=8aebbf23aaf1b35e4723d43464d640db380971ac;hpb=0f2f9b7d11418e87db6be7dcc244e0da7e2bacec;p=p5sagit%2Fp5-mst-13.2.git 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.