"Angel Faus" <[EMAIL PROTECTED]> wrote: > Alphanumeric digits: Following the common practice, > perl will interpret the A letter as the digit 10, the B > letter as digit 11, and so on. Alphanumeric digits are case > insensitive: > > 16#1E3A7 # base 16 > 16:1e3a5 # the same
Should that second example be "0x1e3a5" ? There doesn't seem much point in supporting two general-purpose radix indicators.