in reply to any use of 'use locale'?

I don't think the range (or magical increment) operators are supposed to use a non-ascii alphabet ever.

Replies are listed 'Best First'.
Re^2: any use of 'use locale'?
by Anonymous Monk on Nov 21, 2009 at 16:55 UTC
    perlop says a value that is not the empty string and matches the pattern /^[a-zA-Z]*[0-9]*\z/ and The range operator also works on strings, using the magical auto-increment, see below.