in reply to
converting a String to Hashtable
Prakash,
I can't think of a quicker way off hand but your query does beg the question.
Why did your hash end up in a string in the first place?
If you need to work on it, inside the hash might be simpler in the long run
John
Comment on
Re: converting a String to Hashtable
Replies are listed 'Best First'.
Re^2: converting a String to Hashtable
by
mc_prakash
(Initiate)
on Nov 10, 2009 at 17:27 UTC
I get input string from a file. It was stored that way by some previous programmer.
[reply]
In Section
Seekers of Perl Wisdom