Hi,

I have some value I want to remap stored in a tab
seperated file

For example

#FROM    TO
Jim     James
Bob     Robert

I would like to load the file into a hash and then
everytime I see $a=Jim I would like to set $a=James.

Can I do this with a hash?  It think it would be a lot
faster than checking each $a against each line in the
file.

Thanks,

Jim

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to