http://qs321.pair.com?node_id=620420

phemal has asked for the wisdom of the Perl Monks concerning the following question:

Hi floks, I want a quick help on creating hash names dynamically
@a = qw (1 2 3 4);
Now i want to create hash names dynamically depending upon the elements in array ex : %hash_1,%hash_2... Thanks