Perl give us lots of facilities, why not this one?
Because it is not intuitive what values should precede the "lowest" character in range. It may make sense that "A" + 1
should be "B"
, and that "B" + 1
should be "C"
. And therefore "B" - 1
should be "A"
. But what should "A" - 1
be?