I have this as my code
while ( (@k, @v) = each %hash) { print "@k => @v \n"; }
and this is my output
6 18 => 50 150 => 3 9 => 7 21 => 91 273 => 9 27 => 1 3 => 4 12 => 34 102 => 89 267 => 76 228 =>
What do I have to do to get it like 4 => 12 ? TIA The Catfish
In reply to Output of hash by catfish1116
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |