Re: num to alpha
- From: "DJ Stunks" <DJStunks@xxxxxxxxx>
- Date: 27 Feb 2006 14:03:30 -0800
usenet@xxxxxxxxxxxxxxx wrote:
John W. Krahn wrote:
my %convert = qw[ 1 a 2 b 3 c 4 d 5 e 6 f 7 g 8 h 9 i 10 j 11 k 12 l 13 m 14 n
15 o 16 p 17 q 18 r 19 s 20 t 21 u 22 v 23 w 24 x 25 y 26 z ];
Yuck!
agreed, but how about a hash slice:
my %convert;
@convert{'a'..'z'} = (1..26);
-jp
PS - no offence John, normally you've got great stuff. :)
.
- Follow-Ups:
- Re: num to alpha
- From: usenet
- Re: num to alpha
- From: usenet
- Re: num to alpha
- References:
- num to alpha
- From: The Ghost
- Re: num to alpha
- From: John W. Krahn
- Re: num to alpha
- From: usenet
- num to alpha
- Prev by Date: Re: mailing labels
- Next by Date: RE: Need to improve throughput - Any thoughts
- Previous by thread: Re: num to alpha
- Next by thread: Re: num to alpha
- Index(es):