shan_emails has asked for the wisdom of the Perl Monks concerning the following question:
while ( ($key, $value) = each(%KPI) ) { $key=$value; print "key =$key : value =$value \n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: hash array the key as variable name and value as value
by linuxer (Curate) on Dec 01, 2008 at 10:02 UTC | |
|
Re: hash array the key as variable name and value as value
by moritz (Cardinal) on Dec 01, 2008 at 09:47 UTC | |
|
Re: hash array the key as variable name and value as value
by brsaravan (Scribe) on Dec 01, 2008 at 09:42 UTC | |
by shan_emails (Beadle) on Dec 01, 2008 at 11:12 UTC |