--- lib/PXElator/httpd.pm 2009/07/31 17:41:19 86 +++ lib/PXElator/httpd.pm 2009/07/31 17:43:38 87 @@ -150,7 +150,7 @@ my $debug_proc; warn 'pids: ', dump( $pids ) if $debug; - foreach my $name ( keys %$pids ) { + foreach my $name ( sort keys %$pids ) { my $pid = $pids->{$name} || next; my $html = qq|$pid|;