in reply to hash array the key as variable name and value as value

If my understanding is correct (You want to use the hash key as variable name) then you can use
$$key = $value

Replies are listed 'Best First'.
Re^2: hash array the key as variable name and value as value
by shan_emails (Beadle) on Dec 01, 2008 at 11:12 UTC
    Wow... its working fine.
    Thank you very much