in reply to
Problem sorting hash & assigning to new hash to send to HTML::Template
I suggest you to use Data::Dumper and CGI::Carp. Put
die Dumper($bestNw);
after your foreach-loop to see whats in your variable $bestNw at this time.
Comment on
Re: Problem sorting hash & assigning to new hash to send to HTML::Template
Download
Code
In Section
Seekers of Perl Wisdom