Re: Auto hashName generator;

2005-08-02 Thread Umesh T G
On 8/2/05, John W. Krahn <[EMAIL PROTECTED]> wrote: > Umesh T G wrote: > > perldoc -q "How can I use a variable as a variable name" > Much Thanks... It is helpful. Cheers, Umesh. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Auto hashName generator;

2005-08-02 Thread John W. Krahn
Umesh T G wrote: > Hello List, Hello, > I am finding problem in generating a hash names. for eg. > > I have an array of elements. All elements should be converted into > hash name and should get intialised. > > Say.. > > @Arr = qw ('one', 'two'); > > foreach $word (@Arr) { >$name = $word.