|
|
| P is for Practical | |
| PerlMonks |
Re^4: Hash value sortingby iHutch105 (Initiate) |
| on Aug 14, 2012 at 15:41 UTC ( #987387=note: print w/ replies, xml ) | Need Help?? |
|
You're absolutely right and I've found the problem. I made a mistake whenever I was creating/adding to values in the hash. I had this line:
This was where the scalar ref was coming from. I should note, key and value are parameter passed in, representing the obvious. This line explains why I had to do some extra, dodgy dereferencing later on and, of course, should have read:
All seems to be sorted now. Code looks a lot tidier too. First time I've really used references much but it's been a good learning experience. Thanks to all for the help and suggestions.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||