Help for this page
my %calhash; my $key = ""; ... foreach $key (sort {$b cmp $a} keys %calhash) { print TESTFILE "$key;$calhash{$key}\n"; }