Keenan, Greg John (Greg)** CTR ** 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 ];
>>
> 
> Hi,

Hello,

> I know John Krahn is a fan of %map.

I am?

> He has advised me on using it before.
> 
> Just wondering if there was any reason he chose to use %convert instead in
> his example above.

%map and %convert are just hash names, you can use any name that you want.


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to