in reply to create hash names dynamically

Please read Why it's stupid to `use a variable as a variable name`. The short answer is, that you want a hash to store your subhashes.

my %main_hash = ( hash_1 => { ... }, hash_2 => { ... }, ... );

Replies are listed 'Best First'.
Re^2: create hash names dynamically
by msk_0984 (Friar) on Jun 11, 2007 at 11:53 UTC
    Hi Corion,

    Felt really good by reading the one you have sent "Why it's stupid to `use a variable as a variable name" Some times even when we are programming we unknowingly or knowingly do these kind of stuff for which we the Client in some cases losess his money and in turn you lose your reputation.

    Always important is Client/Customer satisfaction, we cannot lose one because of this.

    Its was also a kind of learning thing the way it was well explained what consequnces can occur during the phase or latter ..... Thank You very much

    Work Hard Party Harderrr!!
    Sushil Kumar