in reply to split hash into two columns
I don't just want the keys as the output, I want everything. I just did that as a quick example and I apologize if it confused people.
Example:
%hash = ( test => 1, red => 3, blue => 14, size => 2, orange => 7, punk => 18, pink =>19, candle => 21, can => 11 );
Just imagine it is sorted verticle from row A to row B. These are the results I need. Thankstest 1 size 2 red 3 orange 7 can 11 blue 14 punk 18 pink 19 candle 21
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: split hash into two columns
by Anonymous Monk on Mar 27, 2006 at 22:30 UTC |