From: Jarkko Hietaniemi Date: Sat, 28 Apr 2001 21:03:34 +0000 (+0000) Subject: Add one possible explanation for the "Invalid [] range" error. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78fb8492168ccf8508bc41f7c5f0c9c5b662f286;p=p5sagit%2Fp5-mst-13.2.git Add one possible explanation for the "Invalid [] range" error. p4raw-id: //depot/perl@9898 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6f7ed5f..8d40822 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1707,7 +1707,9 @@ L. =item invalid [] range "%s" in regexp (F) The range specified in a character class had a minimum character -greater than the maximum character. See L. +greater than the maximum character. One possibility is that you +forgot the C<{}> from your ending C<\x{}> - C<\x> without the curly +braces can go only up to C. See L. =item invalid [] range "%s" in transliteration operator