in reply to Copy hash's key to an array
Maybe I don't understand, but do you mean these:
# copy keys to array @array = keys %hash; # copy values to array @array = values %hash; # copy key-value pairs to array @array = %hash
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Copy hash's key to an array
by saranrsm (Acolyte) on Oct 21, 2011 at 16:49 UTC | |
by aaron_baugher (Curate) on Oct 21, 2011 at 18:28 UTC | |
by JavaFan (Canon) on Oct 21, 2011 at 21:11 UTC |