Re: num to alpha



use...@xxxxxxxxxxxxxxx wrote:
DJ Stunks wrote:

my %convert;
@convert{'a'..'z'} = (1..26);

I wonder... Is it possible to combine these two statements into one (as
you can often declare and assign variables in one statement)?

I have tried, but I wasn't able to under "use strict".

Any ideas, Grandmasters?

-jp

PS - I have never done anything "brilliant", props to _PBP_ for that
one...

.