From da76a1f46b22411dc37cbf73d79e809bb51a9b8d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 22 Aug 2003 04:46:58 +0000 Subject: [PATCH] No need to E. p4raw-id: //depot/perl@20811 --- pod/perluniintro.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.3.1