in reply to dynamically creating the name of a hash key-name
If I want to create 20 separate hashes dynamically, each of which has the same keys but different values, I want to have
$hash$numericid{$key} = $value;
How to get each has to be named
%hash1, %hash2, etc?-clay
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: dynamically creating the name of a hash key-name
by arturo (Vicar) on Oct 02, 2000 at 00:53 UTC | |
|
RE: Re: dynamically creating the name of a hash key-name
by Jouke (Curate) on Oct 02, 2000 at 10:14 UTC |